@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:0.5s!important;animation-duration:0.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:0.001s!important;animation-duration:0.001s!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:none;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:before,.cn-close-icon:after{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:rgba(128,128,128,1)}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:none;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-text-container,.cn-buttons-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}a.t2gicon-link{border:none}.t2gicons-icon{vertical-align:middle;opacity:1}.t2gicons-icon::before{display:inline-block;vertical-align:middle;text-align:center;padding-top:0.05em}.t2gicons-icon.fa::before{padding-top:0}.t2gicons-icon.t2gicon-size-10{width:5px;height:5px}.t2gicons-icon.t2gicon-size-10::before{width:5px;height:5px;line-height:5px}.t2gicons-icon.t2gicon-size-10[class*="t2gicon-shape-"]::after{width:5px;height:5px}.t2gicons-icon.t2gicon-size-10[class*="t2gicon-shape-"]::before{line-height:5px;height:5px}.t2gicons-icon.t2gicon-size-20{width:10px;height:10px}.t2gicons-icon.t2gicon-size-20::before{width:10px;height:10px;line-height:10px}.t2gicons-icon.t2gicon-size-20[class*="t2gicon-shape-"]::after{width:10px;height:10px}.t2gicons-icon.t2gicon-size-20[class*="t2gicon-shape-"]::before{line-height:10px;height:10px}.t2gicons-icon.t2gicon-size-30{width:15px;height:15px}.t2gicons-icon.t2gicon-size-30::before{width:15px;height:15px;line-height:15px}.t2gicons-icon.t2gicon-size-30[class*="t2gicon-shape-"]::after{width:15px;height:15px}.t2gicons-icon.t2gicon-size-30[class*="t2gicon-shape-"]::before{line-height:15px;height:15px}.t2gicons-icon.t2gicon-size-40{width:20px;height:20px}.t2gicons-icon.t2gicon-size-40::before{width:20px;height:20px;line-height:20px}.t2gicons-icon.t2gicon-size-40[class*="t2gicon-shape-"]::after{width:20px;height:20px}.t2gicons-icon.t2gicon-size-40[class*="t2gicon-shape-"]::before{line-height:20px;height:20px}.t2gicons-icon.t2gicon-size-50{width:25px;height:25px}.t2gicons-icon.t2gicon-size-50::before{width:25px;height:25px;line-height:25px}.t2gicons-icon.t2gicon-size-50[class*="t2gicon-shape-"]::after{width:25px;height:25px}.t2gicons-icon.t2gicon-size-50[class*="t2gicon-shape-"]::before{line-height:25px;height:25px}.t2gicons-icon.t2gicon-size-60{width:30px;height:30px}.t2gicons-icon.t2gicon-size-60::before{width:30px;height:30px;line-height:30px}.t2gicons-icon.t2gicon-size-60[class*="t2gicon-shape-"]::after{width:30px;height:30px}.t2gicons-icon.t2gicon-size-60[class*="t2gicon-shape-"]::before{line-height:30px;height:30px}.t2gicons-icon.t2gicon-size-70{width:35px;height:35px}.t2gicons-icon.t2gicon-size-70::before{width:35px;height:35px;line-height:35px}.t2gicons-icon.t2gicon-size-70[class*="t2gicon-shape-"]::after{width:35px;height:35px}.t2gicons-icon.t2gicon-size-70[class*="t2gicon-shape-"]::before{line-height:35px;height:35px}.t2gicons-icon.t2gicon-size-80{width:40px;height:40px}.t2gicons-icon.t2gicon-size-80::before{width:40px;height:40px;line-height:40px}.t2gicons-icon.t2gicon-size-80[class*="t2gicon-shape-"]::after{width:40px;height:40px}.t2gicons-icon.t2gicon-size-80[class*="t2gicon-shape-"]::before{line-height:40px;height:40px}.t2gicons-icon.t2gicon-size-90{width:45px;height:45px}.t2gicons-icon.t2gicon-size-90::before{width:45px;height:45px;line-height:45px}.t2gicons-icon.t2gicon-size-90[class*="t2gicon-shape-"]::after{width:45px;height:45px}.t2gicons-icon.t2gicon-size-90[class*="t2gicon-shape-"]::before{line-height:45px;height:45px}.t2gicons-icon.t2gicon-size-100{width:50px;height:50px}.t2gicons-icon.t2gicon-size-100::before{width:50px;height:50px;line-height:50px}.t2gicons-icon.t2gicon-size-100[class*="t2gicon-shape-"]::after{width:50px;height:50px}.t2gicons-icon.t2gicon-size-100[class*="t2gicon-shape-"]::before{line-height:50px;height:50px}.t2gicons-icon.t2gicon-size-110{width:55px;height:55px}.t2gicons-icon.t2gicon-size-110::before{width:55px;height:55px;line-height:55px}.t2gicons-icon.t2gicon-size-110[class*="t2gicon-shape-"]::after{width:55px;height:55px}.t2gicons-icon.t2gicon-size-110[class*="t2gicon-shape-"]::before{line-height:55px;height:55px}.t2gicons-icon.t2gicon-size-120{width:60px;height:60px}.t2gicons-icon.t2gicon-size-120::before{width:60px;height:60px;line-height:60px}.t2gicons-icon.t2gicon-size-120[class*="t2gicon-shape-"]::after{width:60px;height:60px}.t2gicons-icon.t2gicon-size-120[class*="t2gicon-shape-"]::before{line-height:60px;height:60px}.t2gicons-icon.t2gicon-size-130{width:65px;height:65px}.t2gicons-icon.t2gicon-size-130::before{width:65px;height:65px;line-height:65px}.t2gicons-icon.t2gicon-size-130[class*="t2gicon-shape-"]::after{width:65px;height:65px}.t2gicons-icon.t2gicon-size-130[class*="t2gicon-shape-"]::before{line-height:65px;height:65px}.t2gicons-icon.t2gicon-size-140{width:70px;height:70px}.t2gicons-icon.t2gicon-size-140::before{width:70px;height:70px;line-height:70px}.t2gicons-icon.t2gicon-size-140[class*="t2gicon-shape-"]::after{width:70px;height:70px}.t2gicons-icon.t2gicon-size-140[class*="t2gicon-shape-"]::before{line-height:70px;height:70px}.t2gicons-icon.t2gicon-size-150{width:75px;height:75px}.t2gicons-icon.t2gicon-size-150::before{width:75px;height:75px;line-height:75px}.t2gicons-icon.t2gicon-size-150[class*="t2gicon-shape-"]::after{width:75px;height:75px}.t2gicons-icon.t2gicon-size-150[class*="t2gicon-shape-"]::before{line-height:75px;height:75px}.t2gicons-icon.t2gicon-size-160{width:80px;height:80px}.t2gicons-icon.t2gicon-size-160::before{width:80px;height:80px;line-height:80px}.t2gicons-icon.t2gicon-size-160[class*="t2gicon-shape-"]::after{width:80px;height:80px}.t2gicons-icon.t2gicon-size-160[class*="t2gicon-shape-"]::before{line-height:80px;height:80px}.t2gicons-icon.t2gicon-size-170{width:85px;height:85px}.t2gicons-icon.t2gicon-size-170::before{width:85px;height:85px;line-height:85px}.t2gicons-icon.t2gicon-size-170[class*="t2gicon-shape-"]::after{width:85px;height:85px}.t2gicons-icon.t2gicon-size-170[class*="t2gicon-shape-"]::before{line-height:85px;height:85px}.t2gicons-icon.t2gicon-size-180{width:90px;height:90px}.t2gicons-icon.t2gicon-size-180::before{width:90px;height:90px;line-height:90px}.t2gicons-icon.t2gicon-size-180[class*="t2gicon-shape-"]::after{width:90px;height:90px}.t2gicons-icon.t2gicon-size-180[class*="t2gicon-shape-"]::before{line-height:90px;height:90px}.t2gicons-icon.t2gicon-size-190{width:95px;height:95px}.t2gicons-icon.t2gicon-size-190::before{width:95px;height:95px;line-height:95px}.t2gicons-icon.t2gicon-size-190[class*="t2gicon-shape-"]::after{width:95px;height:95px}.t2gicons-icon.t2gicon-size-190[class*="t2gicon-shape-"]::before{line-height:95px;height:95px}.t2gicons-icon.t2gicon-size-200{width:100px;height:100px}.t2gicons-icon.t2gicon-size-200::before{width:100px;height:100px;line-height:100px}.t2gicons-icon.t2gicon-size-200[class*="t2gicon-shape-"]::after{width:100px;height:100px}.t2gicons-icon.t2gicon-size-200[class*="t2gicon-shape-"]::before{line-height:100px;height:100px}.t2gicons-icon.t2gicon-fontsize-10{font-size:5px}.t2gicons-icon.t2gicon-fontsize-10::before{font-size:5px}.t2gicons-icon.t2gicon-fontsize-20{font-size:10px}.t2gicons-icon.t2gicon-fontsize-20::before{font-size:10px}.t2gicons-icon.t2gicon-fontsize-30{font-size:15px}.t2gicons-icon.t2gicon-fontsize-30::before{font-size:15px}.t2gicons-icon.t2gicon-fontsize-40{font-size:20px}.t2gicons-icon.t2gicon-fontsize-40::before{font-size:20px}.t2gicons-icon.t2gicon-fontsize-50{font-size:25px}.t2gicons-icon.t2gicon-fontsize-50::before{font-size:25px}.t2gicons-icon.t2gicon-fontsize-60{font-size:30px}.t2gicons-icon.t2gicon-fontsize-60::before{font-size:30px}.t2gicons-icon.t2gicon-fontsize-70{font-size:35px}.t2gicons-icon.t2gicon-fontsize-70::before{font-size:35px}.t2gicons-icon.t2gicon-fontsize-80{font-size:40px}.t2gicons-icon.t2gicon-fontsize-80::before{font-size:40px}.t2gicons-icon.t2gicon-fontsize-90{font-size:45px}.t2gicons-icon.t2gicon-fontsize-90::before{font-size:45px}.t2gicons-icon.t2gicon-fontsize-100{font-size:50px}.t2gicons-icon.t2gicon-fontsize-100::before{font-size:50px}.t2gicons-icon.t2gicon-fontsize-110{font-size:55px}.t2gicons-icon.t2gicon-fontsize-110::before{font-size:55px}.t2gicons-icon.t2gicon-fontsize-120{font-size:60px}.t2gicons-icon.t2gicon-fontsize-120::before{font-size:60px}.t2gicons-icon.t2gicon-fontsize-130{font-size:65px}.t2gicons-icon.t2gicon-fontsize-130::before{font-size:65px}.t2gicons-icon.t2gicon-fontsize-140{font-size:70px}.t2gicons-icon.t2gicon-fontsize-140::before{font-size:70px}.t2gicons-icon.t2gicon-fontsize-150{font-size:75px}.t2gicons-icon.t2gicon-fontsize-150::before{font-size:75px}.t2gicons-icon.t2gicon-fontsize-160{font-size:80px}.t2gicons-icon.t2gicon-fontsize-160::before{font-size:80px}.t2gicons-icon.t2gicon-fontsize-170{font-size:85px}.t2gicons-icon.t2gicon-fontsize-170::before{font-size:85px}.t2gicons-icon.t2gicon-fontsize-180{font-size:90px}.t2gicons-icon.t2gicon-fontsize-180::before{font-size:90px}.t2gicons-icon.t2gicon-fontsize-190{font-size:95px}.t2gicons-icon.t2gicon-fontsize-190::before{font-size:95px}.t2gicons-icon.t2gicon-fontsize-200{font-size:100px}.t2gicons-icon.t2gicon-fontsize-200::before{font-size:100px}.t2gicons-icon.t2gicon-color-red::before{color:#f44336}.t2gicons-icon.t2gicon-bgcolor-red::after{background-color:#f44336;border-color:#f44336 !important}.t2gicons-icon.t2gicon-color-pink::before{color:#e91e63}.t2gicons-icon.t2gicon-bgcolor-pink::after{background-color:#e91e63;border-color:#e91e63 !important}.t2gicons-icon.t2gicon-color-purple::before{color:#9c27b0}.t2gicons-icon.t2gicon-bgcolor-purple::after{background-color:#9c27b0;border-color:#9c27b0 !important}.t2gicons-icon.t2gicon-color-deep-purple::before{color:#673ab7}.t2gicons-icon.t2gicon-bgcolor-deep-purple::after{background-color:#673ab7;border-color:#673ab7 !important}.t2gicons-icon.t2gicon-color-indigo::before{color:#3f51b5}.t2gicons-icon.t2gicon-bgcolor-indigo::after{background-color:#3f51b5;border-color:#3f51b5 !important}.t2gicons-icon.t2gicon-color-blue::before{color:#2196f3}.t2gicons-icon.t2gicon-bgcolor-blue::after{background-color:#2196f3;border-color:#2196f3 !important}.t2gicons-icon.t2gicon-color-light-blue::before{color:#03a9f4}.t2gicons-icon.t2gicon-bgcolor-light-blue::after{background-color:#03a9f4;border-color:#03a9f4 !important}.t2gicons-icon.t2gicon-color-cyan::before{color:#00bcd4}.t2gicons-icon.t2gicon-bgcolor-cyan::after{background-color:#00bcd4;border-color:#00bcd4 !important}.t2gicons-icon.t2gicon-color-teal::before{color:#009688}.t2gicons-icon.t2gicon-bgcolor-teal::after{background-color:#009688;border-color:#009688 !important}.t2gicons-icon.t2gicon-color-green::before{color:#4caf50}.t2gicons-icon.t2gicon-bgcolor-green::after{background-color:#4caf50;border-color:#4caf50 !important}.t2gicons-icon.t2gicon-color-light-green::before{color:#8bc34a}.t2gicons-icon.t2gicon-bgcolor-light-green::after{background-color:#8bc34a;border-color:#8bc34a !important}.t2gicons-icon.t2gicon-color-lime::before{color:#cddc39}.t2gicons-icon.t2gicon-bgcolor-lime::after{background-color:#cddc39;border-color:#cddc39 !important}.t2gicons-icon.t2gicon-color-yellow::before{color:#ffeb3b}.t2gicons-icon.t2gicon-bgcolor-yellow::after{background-color:#ffeb3b;border-color:#ffeb3b !important}.t2gicons-icon.t2gicon-color-amber::before{color:#ffc107}.t2gicons-icon.t2gicon-bgcolor-amber::after{background-color:#ffc107;border-color:#ffc107 !important}.t2gicons-icon.t2gicon-color-orange::before{color:#ff9800}.t2gicons-icon.t2gicon-bgcolor-orange::after{background-color:#ff9800;border-color:#ff9800 !important}.t2gicons-icon.t2gicon-color-deep-orange::before{color:#ff5722}.t2gicons-icon.t2gicon-bgcolor-deep-orange::after{background-color:#ff5722;border-color:#ff5722 !important}.t2gicons-icon.t2gicon-color-brown::before{color:#795548}.t2gicons-icon.t2gicon-bgcolor-brown::after{background-color:#795548;border-color:#795548 !important}.t2gicons-icon.t2gicon-color-grey::before{color:#9e9e9e}.t2gicons-icon.t2gicon-bgcolor-grey::after{background-color:#9e9e9e;border-color:#9e9e9e !important}.t2gicons-icon.t2gicon-color-blue-grey::before{color:#607d8b}.t2gicons-icon.t2gicon-bgcolor-blue-grey::after{background-color:#607d8b;border-color:#607d8b !important}.t2gicons-icon.t2gicon-color-black::before{color:#000000}.t2gicons-icon.t2gicon-bgcolor-black::after{background-color:#000000;border-color:#000000 !important}.t2gicons-icon.t2gicon-color-white::before{color:#ffffff}.t2gicons-icon.t2gicon-bgcolor-white::after{background-color:#ffffff;border-color:#ffffff !important}.t2gicons-icon.t2gicon-color-transparent::before{color:transparent}.t2gicons-icon.t2gicon-bgcolor-transparent::after{background-color:transparent;border-color:transparent !important}.t2gicons-icon[class*="t2gicon-shape-"]::before{position:absolute;z-index:2}.t2gicons-icon[class*="t2gicon-shape-"]::after{display:inline-block;content:" ";position:absolute;z-index:1}.t2gicons-icon.t2gicon-shape-circle-border::after,.t2gicons-icon.t2gicon-shape-circle::after{border-radius:50%}.t2gicons-icon.t2gicon-shape-square-border::after,.t2gicons-icon.t2gicon-shape-square::after{border-radius:0}.t2gicons-icon.t2gicon-shape-rsquare-border::after,.t2gicons-icon.t2gicon-shape-rsquare::after{border-radius:8%}.t2gicons-icon.t2gicon-shape-rhombus-border::after,.t2gicons-icon.t2gicon-shape-rhombus::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.t2gicons-icon.t2gicon-shape-circle-border::after,.t2gicons-icon.t2gicon-shape-square-border::after,.t2gicons-icon.t2gicon-shape-rsquare-border::after,.t2gicons-icon.t2gicon-shape-rhombus-border::after{background-color:transparent;border:2px solid}.t2gicons-icon.t2gicon-shape-none::after{display:none}.t2gicons-icon.t2gicon-align-center{display:block;float:none;margin:0 auto}.t2gicons-icon.t2gicon-align-left{display:inline-block;float:left}.t2gicons-icon.t2gicon-align-right{float:right;display:inline-block}.t2gicons-icon.t2gicons-showcaseicon{margin:0 4px 4px 0}.t2gicons-showcase{margin:10px 0}.t2gicons-showcase .t2gicons-showcase-section{padding:30px;background:rgba(20,20,20,0.04)}.t2gicons-showcase hr{border:none;background:none}.t2gicons-showcase h3{margin-top:30px}.t2gicons-showcase p{overflow:hidden}@media only screen and (min-width: 768px){.t2gicons-icon.t2gicon-size-10{width:7px;height:7px}.t2gicons-icon.t2gicon-size-10::before{width:7px;height:7px;line-height:7px}.t2gicons-icon.t2gicon-size-10[class*="t2gicon-shape-"]::after{width:7px;height:7px}.t2gicons-icon.t2gicon-size-10[class*="t2gicon-shape-"]::before{line-height:7px;height:7px}.t2gicons-icon.t2gicon-size-20{width:14px;height:14px}.t2gicons-icon.t2gicon-size-20::before{width:14px;height:14px;line-height:14px}.t2gicons-icon.t2gicon-size-20[class*="t2gicon-shape-"]::after{width:14px;height:14px}.t2gicons-icon.t2gicon-size-20[class*="t2gicon-shape-"]::before{line-height:14px;height:14px}.t2gicons-icon.t2gicon-size-30{width:21px;height:21px}.t2gicons-icon.t2gicon-size-30::before{width:21px;height:21px;line-height:21px}.t2gicons-icon.t2gicon-size-30[class*="t2gicon-shape-"]::after{width:21px;height:21px}.t2gicons-icon.t2gicon-size-30[class*="t2gicon-shape-"]::before{line-height:21px;height:21px}.t2gicons-icon.t2gicon-size-40{width:28px;height:28px}.t2gicons-icon.t2gicon-size-40::before{width:28px;height:28px;line-height:28px}.t2gicons-icon.t2gicon-size-40[class*="t2gicon-shape-"]::after{width:28px;height:28px}.t2gicons-icon.t2gicon-size-40[class*="t2gicon-shape-"]::before{line-height:28px;height:28px}.t2gicons-icon.t2gicon-size-50{width:35px;height:35px}.t2gicons-icon.t2gicon-size-50::before{width:35px;height:35px;line-height:35px}.t2gicons-icon.t2gicon-size-50[class*="t2gicon-shape-"]::after{width:35px;height:35px}.t2gicons-icon.t2gicon-size-50[class*="t2gicon-shape-"]::before{line-height:35px;height:35px}.t2gicons-icon.t2gicon-size-60{width:42px;height:42px}.t2gicons-icon.t2gicon-size-60::before{width:42px;height:42px;line-height:42px}.t2gicons-icon.t2gicon-size-60[class*="t2gicon-shape-"]::after{width:42px;height:42px}.t2gicons-icon.t2gicon-size-60[class*="t2gicon-shape-"]::before{line-height:42px;height:42px}.t2gicons-icon.t2gicon-size-70{width:49px;height:49px}.t2gicons-icon.t2gicon-size-70::before{width:49px;height:49px;line-height:49px}.t2gicons-icon.t2gicon-size-70[class*="t2gicon-shape-"]::after{width:49px;height:49px}.t2gicons-icon.t2gicon-size-70[class*="t2gicon-shape-"]::before{line-height:49px;height:49px}.t2gicons-icon.t2gicon-size-80{width:56px;height:56px}.t2gicons-icon.t2gicon-size-80::before{width:56px;height:56px;line-height:56px}.t2gicons-icon.t2gicon-size-80[class*="t2gicon-shape-"]::after{width:56px;height:56px}.t2gicons-icon.t2gicon-size-80[class*="t2gicon-shape-"]::before{line-height:56px;height:56px}.t2gicons-icon.t2gicon-size-90{width:63px;height:63px}.t2gicons-icon.t2gicon-size-90::before{width:63px;height:63px;line-height:63px}.t2gicons-icon.t2gicon-size-90[class*="t2gicon-shape-"]::after{width:63px;height:63px}.t2gicons-icon.t2gicon-size-90[class*="t2gicon-shape-"]::before{line-height:63px;height:63px}.t2gicons-icon.t2gicon-size-100{width:70px;height:70px}.t2gicons-icon.t2gicon-size-100::before{width:70px;height:70px;line-height:70px}.t2gicons-icon.t2gicon-size-100[class*="t2gicon-shape-"]::after{width:70px;height:70px}.t2gicons-icon.t2gicon-size-100[class*="t2gicon-shape-"]::before{line-height:70px;height:70px}.t2gicons-icon.t2gicon-size-110{width:77px;height:77px}.t2gicons-icon.t2gicon-size-110::before{width:77px;height:77px;line-height:77px}.t2gicons-icon.t2gicon-size-110[class*="t2gicon-shape-"]::after{width:77px;height:77px}.t2gicons-icon.t2gicon-size-110[class*="t2gicon-shape-"]::before{line-height:77px;height:77px}.t2gicons-icon.t2gicon-size-120{width:84px;height:84px}.t2gicons-icon.t2gicon-size-120::before{width:84px;height:84px;line-height:84px}.t2gicons-icon.t2gicon-size-120[class*="t2gicon-shape-"]::after{width:84px;height:84px}.t2gicons-icon.t2gicon-size-120[class*="t2gicon-shape-"]::before{line-height:84px;height:84px}.t2gicons-icon.t2gicon-size-130{width:91px;height:91px}.t2gicons-icon.t2gicon-size-130::before{width:91px;height:91px;line-height:91px}.t2gicons-icon.t2gicon-size-130[class*="t2gicon-shape-"]::after{width:91px;height:91px}.t2gicons-icon.t2gicon-size-130[class*="t2gicon-shape-"]::before{line-height:91px;height:91px}.t2gicons-icon.t2gicon-size-140{width:98px;height:98px}.t2gicons-icon.t2gicon-size-140::before{width:98px;height:98px;line-height:98px}.t2gicons-icon.t2gicon-size-140[class*="t2gicon-shape-"]::after{width:98px;height:98px}.t2gicons-icon.t2gicon-size-140[class*="t2gicon-shape-"]::before{line-height:98px;height:98px}.t2gicons-icon.t2gicon-size-150{width:105px;height:105px}.t2gicons-icon.t2gicon-size-150::before{width:105px;height:105px;line-height:105px}.t2gicons-icon.t2gicon-size-150[class*="t2gicon-shape-"]::after{width:105px;height:105px}.t2gicons-icon.t2gicon-size-150[class*="t2gicon-shape-"]::before{line-height:105px;height:105px}.t2gicons-icon.t2gicon-size-160{width:112px;height:112px}.t2gicons-icon.t2gicon-size-160::before{width:112px;height:112px;line-height:112px}.t2gicons-icon.t2gicon-size-160[class*="t2gicon-shape-"]::after{width:112px;height:112px}.t2gicons-icon.t2gicon-size-160[class*="t2gicon-shape-"]::before{line-height:112px;height:112px}.t2gicons-icon.t2gicon-size-170{width:119px;height:119px}.t2gicons-icon.t2gicon-size-170::before{width:119px;height:119px;line-height:119px}.t2gicons-icon.t2gicon-size-170[class*="t2gicon-shape-"]::after{width:119px;height:119px}.t2gicons-icon.t2gicon-size-170[class*="t2gicon-shape-"]::before{line-height:119px;height:119px}.t2gicons-icon.t2gicon-size-180{width:126px;height:126px}.t2gicons-icon.t2gicon-size-180::before{width:126px;height:126px;line-height:126px}.t2gicons-icon.t2gicon-size-180[class*="t2gicon-shape-"]::after{width:126px;height:126px}.t2gicons-icon.t2gicon-size-180[class*="t2gicon-shape-"]::before{line-height:126px;height:126px}.t2gicons-icon.t2gicon-size-190{width:133px;height:133px}.t2gicons-icon.t2gicon-size-190::before{width:133px;height:133px;line-height:133px}.t2gicons-icon.t2gicon-size-190[class*="t2gicon-shape-"]::after{width:133px;height:133px}.t2gicons-icon.t2gicon-size-190[class*="t2gicon-shape-"]::before{line-height:133px;height:133px}.t2gicons-icon.t2gicon-size-200{width:140px;height:140px}.t2gicons-icon.t2gicon-size-200::before{width:140px;height:140px;line-height:140px}.t2gicons-icon.t2gicon-size-200[class*="t2gicon-shape-"]::after{width:140px;height:140px}.t2gicons-icon.t2gicon-size-200[class*="t2gicon-shape-"]::before{line-height:140px;height:140px}.t2gicons-icon.t2gicon-fontsize-10{font-size:7px}.t2gicons-icon.t2gicon-fontsize-10::before{font-size:7px}.t2gicons-icon.t2gicon-fontsize-20{font-size:14px}.t2gicons-icon.t2gicon-fontsize-20::before{font-size:14px}.t2gicons-icon.t2gicon-fontsize-30{font-size:21px}.t2gicons-icon.t2gicon-fontsize-30::before{font-size:21px}.t2gicons-icon.t2gicon-fontsize-40{font-size:28px}.t2gicons-icon.t2gicon-fontsize-40::before{font-size:28px}.t2gicons-icon.t2gicon-fontsize-50{font-size:35px}.t2gicons-icon.t2gicon-fontsize-50::before{font-size:35px}.t2gicons-icon.t2gicon-fontsize-60{font-size:42px}.t2gicons-icon.t2gicon-fontsize-60::before{font-size:42px}.t2gicons-icon.t2gicon-fontsize-70{font-size:49px}.t2gicons-icon.t2gicon-fontsize-70::before{font-size:49px}.t2gicons-icon.t2gicon-fontsize-80{font-size:56px}.t2gicons-icon.t2gicon-fontsize-80::before{font-size:56px}.t2gicons-icon.t2gicon-fontsize-90{font-size:63px}.t2gicons-icon.t2gicon-fontsize-90::before{font-size:63px}.t2gicons-icon.t2gicon-fontsize-100{font-size:70px}.t2gicons-icon.t2gicon-fontsize-100::before{font-size:70px}.t2gicons-icon.t2gicon-fontsize-110{font-size:77px}.t2gicons-icon.t2gicon-fontsize-110::before{font-size:77px}.t2gicons-icon.t2gicon-fontsize-120{font-size:84px}.t2gicons-icon.t2gicon-fontsize-120::before{font-size:84px}.t2gicons-icon.t2gicon-fontsize-130{font-size:91px}.t2gicons-icon.t2gicon-fontsize-130::before{font-size:91px}.t2gicons-icon.t2gicon-fontsize-140{font-size:98px}.t2gicons-icon.t2gicon-fontsize-140::before{font-size:98px}.t2gicons-icon.t2gicon-fontsize-150{font-size:105px}.t2gicons-icon.t2gicon-fontsize-150::before{font-size:105px}.t2gicons-icon.t2gicon-fontsize-160{font-size:112px}.t2gicons-icon.t2gicon-fontsize-160::before{font-size:112px}.t2gicons-icon.t2gicon-fontsize-170{font-size:119px}.t2gicons-icon.t2gicon-fontsize-170::before{font-size:119px}.t2gicons-icon.t2gicon-fontsize-180{font-size:126px}.t2gicons-icon.t2gicon-fontsize-180::before{font-size:126px}.t2gicons-icon.t2gicon-fontsize-190{font-size:133px}.t2gicons-icon.t2gicon-fontsize-190::before{font-size:133px}.t2gicons-icon.t2gicon-fontsize-200{font-size:140px}.t2gicons-icon.t2gicon-fontsize-200::before{font-size:140px}}@media only screen and (min-width: 1024px){.t2gicons-icon.t2gicon-size-10{width:10px;height:10px}.t2gicons-icon.t2gicon-size-10::before{width:10px;height:10px;line-height:10px}.t2gicons-icon.t2gicon-size-10[class*="t2gicon-shape-"]::after{width:10px;height:10px}.t2gicons-icon.t2gicon-size-10[class*="t2gicon-shape-"]::before{line-height:10px;height:10px}.t2gicons-icon.t2gicon-size-20{width:20px;height:20px}.t2gicons-icon.t2gicon-size-20::before{width:20px;height:20px;line-height:20px}.t2gicons-icon.t2gicon-size-20[class*="t2gicon-shape-"]::after{width:20px;height:20px}.t2gicons-icon.t2gicon-size-20[class*="t2gicon-shape-"]::before{line-height:20px;height:20px}.t2gicons-icon.t2gicon-size-30{width:30px;height:30px}.t2gicons-icon.t2gicon-size-30::before{width:30px;height:30px;line-height:30px}.t2gicons-icon.t2gicon-size-30[class*="t2gicon-shape-"]::after{width:30px;height:30px}.t2gicons-icon.t2gicon-size-30[class*="t2gicon-shape-"]::before{line-height:30px;height:30px}.t2gicons-icon.t2gicon-size-40{width:40px;height:40px}.t2gicons-icon.t2gicon-size-40::before{width:40px;height:40px;line-height:40px}.t2gicons-icon.t2gicon-size-40[class*="t2gicon-shape-"]::after{width:40px;height:40px}.t2gicons-icon.t2gicon-size-40[class*="t2gicon-shape-"]::before{line-height:40px;height:40px}.t2gicons-icon.t2gicon-size-50{width:50px;height:50px}.t2gicons-icon.t2gicon-size-50::before{width:50px;height:50px;line-height:50px}.t2gicons-icon.t2gicon-size-50[class*="t2gicon-shape-"]::after{width:50px;height:50px}.t2gicons-icon.t2gicon-size-50[class*="t2gicon-shape-"]::before{line-height:50px;height:50px}.t2gicons-icon.t2gicon-size-60{width:60px;height:60px}.t2gicons-icon.t2gicon-size-60::before{width:60px;height:60px;line-height:60px}.t2gicons-icon.t2gicon-size-60[class*="t2gicon-shape-"]::after{width:60px;height:60px}.t2gicons-icon.t2gicon-size-60[class*="t2gicon-shape-"]::before{line-height:60px;height:60px}.t2gicons-icon.t2gicon-size-70{width:70px;height:70px}.t2gicons-icon.t2gicon-size-70::before{width:70px;height:70px;line-height:70px}.t2gicons-icon.t2gicon-size-70[class*="t2gicon-shape-"]::after{width:70px;height:70px}.t2gicons-icon.t2gicon-size-70[class*="t2gicon-shape-"]::before{line-height:70px;height:70px}.t2gicons-icon.t2gicon-size-80{width:80px;height:80px}.t2gicons-icon.t2gicon-size-80::before{width:80px;height:80px;line-height:80px}.t2gicons-icon.t2gicon-size-80[class*="t2gicon-shape-"]::after{width:80px;height:80px}.t2gicons-icon.t2gicon-size-80[class*="t2gicon-shape-"]::before{line-height:80px;height:80px}.t2gicons-icon.t2gicon-size-90{width:90px;height:90px}.t2gicons-icon.t2gicon-size-90::before{width:90px;height:90px;line-height:90px}.t2gicons-icon.t2gicon-size-90[class*="t2gicon-shape-"]::after{width:90px;height:90px}.t2gicons-icon.t2gicon-size-90[class*="t2gicon-shape-"]::before{line-height:90px;height:90px}.t2gicons-icon.t2gicon-size-100{width:100px;height:100px}.t2gicons-icon.t2gicon-size-100::before{width:100px;height:100px;line-height:100px}.t2gicons-icon.t2gicon-size-100[class*="t2gicon-shape-"]::after{width:100px;height:100px}.t2gicons-icon.t2gicon-size-100[class*="t2gicon-shape-"]::before{line-height:100px;height:100px}.t2gicons-icon.t2gicon-size-110{width:110px;height:110px}.t2gicons-icon.t2gicon-size-110::before{width:110px;height:110px;line-height:110px}.t2gicons-icon.t2gicon-size-110[class*="t2gicon-shape-"]::after{width:110px;height:110px}.t2gicons-icon.t2gicon-size-110[class*="t2gicon-shape-"]::before{line-height:110px;height:110px}.t2gicons-icon.t2gicon-size-120{width:120px;height:120px}.t2gicons-icon.t2gicon-size-120::before{width:120px;height:120px;line-height:120px}.t2gicons-icon.t2gicon-size-120[class*="t2gicon-shape-"]::after{width:120px;height:120px}.t2gicons-icon.t2gicon-size-120[class*="t2gicon-shape-"]::before{line-height:120px;height:120px}.t2gicons-icon.t2gicon-size-130{width:130px;height:130px}.t2gicons-icon.t2gicon-size-130::before{width:130px;height:130px;line-height:130px}.t2gicons-icon.t2gicon-size-130[class*="t2gicon-shape-"]::after{width:130px;height:130px}.t2gicons-icon.t2gicon-size-130[class*="t2gicon-shape-"]::before{line-height:130px;height:130px}.t2gicons-icon.t2gicon-size-140{width:140px;height:140px}.t2gicons-icon.t2gicon-size-140::before{width:140px;height:140px;line-height:140px}.t2gicons-icon.t2gicon-size-140[class*="t2gicon-shape-"]::after{width:140px;height:140px}.t2gicons-icon.t2gicon-size-140[class*="t2gicon-shape-"]::before{line-height:140px;height:140px}.t2gicons-icon.t2gicon-size-150{width:150px;height:150px}.t2gicons-icon.t2gicon-size-150::before{width:150px;height:150px;line-height:150px}.t2gicons-icon.t2gicon-size-150[class*="t2gicon-shape-"]::after{width:150px;height:150px}.t2gicons-icon.t2gicon-size-150[class*="t2gicon-shape-"]::before{line-height:150px;height:150px}.t2gicons-icon.t2gicon-size-160{width:160px;height:160px}.t2gicons-icon.t2gicon-size-160::before{width:160px;height:160px;line-height:160px}.t2gicons-icon.t2gicon-size-160[class*="t2gicon-shape-"]::after{width:160px;height:160px}.t2gicons-icon.t2gicon-size-160[class*="t2gicon-shape-"]::before{line-height:160px;height:160px}.t2gicons-icon.t2gicon-size-170{width:170px;height:170px}.t2gicons-icon.t2gicon-size-170::before{width:170px;height:170px;line-height:170px}.t2gicons-icon.t2gicon-size-170[class*="t2gicon-shape-"]::after{width:170px;height:170px}.t2gicons-icon.t2gicon-size-170[class*="t2gicon-shape-"]::before{line-height:170px;height:170px}.t2gicons-icon.t2gicon-size-180{width:180px;height:180px}.t2gicons-icon.t2gicon-size-180::before{width:180px;height:180px;line-height:180px}.t2gicons-icon.t2gicon-size-180[class*="t2gicon-shape-"]::after{width:180px;height:180px}.t2gicons-icon.t2gicon-size-180[class*="t2gicon-shape-"]::before{line-height:180px;height:180px}.t2gicons-icon.t2gicon-size-190{width:190px;height:190px}.t2gicons-icon.t2gicon-size-190::before{width:190px;height:190px;line-height:190px}.t2gicons-icon.t2gicon-size-190[class*="t2gicon-shape-"]::after{width:190px;height:190px}.t2gicons-icon.t2gicon-size-190[class*="t2gicon-shape-"]::before{line-height:190px;height:190px}.t2gicons-icon.t2gicon-size-200{width:200px;height:200px}.t2gicons-icon.t2gicon-size-200::before{width:200px;height:200px;line-height:200px}.t2gicons-icon.t2gicon-size-200[class*="t2gicon-shape-"]::after{width:200px;height:200px}.t2gicons-icon.t2gicon-size-200[class*="t2gicon-shape-"]::before{line-height:200px;height:200px}.t2gicons-icon.t2gicon-fontsize-10{font-size:10px}.t2gicons-icon.t2gicon-fontsize-10::before{font-size:10px}.t2gicons-icon.t2gicon-fontsize-20{font-size:20px}.t2gicons-icon.t2gicon-fontsize-20::before{font-size:20px}.t2gicons-icon.t2gicon-fontsize-30{font-size:30px}.t2gicons-icon.t2gicon-fontsize-30::before{font-size:30px}.t2gicons-icon.t2gicon-fontsize-40{font-size:40px}.t2gicons-icon.t2gicon-fontsize-40::before{font-size:40px}.t2gicons-icon.t2gicon-fontsize-50{font-size:50px}.t2gicons-icon.t2gicon-fontsize-50::before{font-size:50px}.t2gicons-icon.t2gicon-fontsize-60{font-size:60px}.t2gicons-icon.t2gicon-fontsize-60::before{font-size:60px}.t2gicons-icon.t2gicon-fontsize-70{font-size:70px}.t2gicons-icon.t2gicon-fontsize-70::before{font-size:70px}.t2gicons-icon.t2gicon-fontsize-80{font-size:80px}.t2gicons-icon.t2gicon-fontsize-80::before{font-size:80px}.t2gicons-icon.t2gicon-fontsize-90{font-size:90px}.t2gicons-icon.t2gicon-fontsize-90::before{font-size:90px}.t2gicons-icon.t2gicon-fontsize-100{font-size:100px}.t2gicons-icon.t2gicon-fontsize-100::before{font-size:100px}.t2gicons-icon.t2gicon-fontsize-110{font-size:110px}.t2gicons-icon.t2gicon-fontsize-110::before{font-size:110px}.t2gicons-icon.t2gicon-fontsize-120{font-size:120px}.t2gicons-icon.t2gicon-fontsize-120::before{font-size:120px}.t2gicons-icon.t2gicon-fontsize-130{font-size:130px}.t2gicons-icon.t2gicon-fontsize-130::before{font-size:130px}.t2gicons-icon.t2gicon-fontsize-140{font-size:140px}.t2gicons-icon.t2gicon-fontsize-140::before{font-size:140px}.t2gicons-icon.t2gicon-fontsize-150{font-size:150px}.t2gicons-icon.t2gicon-fontsize-150::before{font-size:150px}.t2gicons-icon.t2gicon-fontsize-160{font-size:160px}.t2gicons-icon.t2gicon-fontsize-160::before{font-size:160px}.t2gicons-icon.t2gicon-fontsize-170{font-size:170px}.t2gicons-icon.t2gicon-fontsize-170::before{font-size:170px}.t2gicons-icon.t2gicon-fontsize-180{font-size:180px}.t2gicons-icon.t2gicon-fontsize-180::before{font-size:180px}.t2gicons-icon.t2gicon-fontsize-190{font-size:190px}.t2gicons-icon.t2gicon-fontsize-190::before{font-size:190px}.t2gicons-icon.t2gicon-fontsize-200{font-size:200px}.t2gicons-icon.t2gicon-fontsize-200::before{font-size:200px}}

@font-face {
font-family: "t2gicons-business";
src:url(//innoutcoaching.com/wp-content/plugins/icons2go/inc/../iconpacks/t2gicons-business/fonts/t2gicons-business.eot);
src:url(//innoutcoaching.com/wp-content/plugins/icons2go/inc/../iconpacks/t2gicons-business/fonts/t2gicons-business.eot?#iefix) format("embedded-opentype"),
url(//innoutcoaching.com/wp-content/plugins/icons2go/inc/../iconpacks/t2gicons-business/fonts/t2gicons-business.woff) format("woff"),
url(//innoutcoaching.com/wp-content/plugins/icons2go/inc/../iconpacks/t2gicons-business/fonts/t2gicons-business.ttf) format("truetype"),
url(//innoutcoaching.com/wp-content/plugins/icons2go/inc/../iconpacks/t2gicons-business/fonts/t2gicons-business.svg#t2gicons-business) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="t2gicon-business-"]:before,
[class*=" t2gicon-business-"]:before {
font-family: "t2gicons-business" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.t2gicon-business-achievement:before {
content: "\61";
}
.t2gicon-business-agreement:before {
content: "\62";
}
.t2gicon-business-chat:before {
content: "\63";
}
.t2gicon-business-conference:before {
content: "\64";
}
.t2gicon-business-distance:before {
content: "\65";
}
.t2gicon-business-group:before {
content: "\66";
}
.t2gicon-business-man:before {
content: "\67";
}
.t2gicon-business-man-arrows:before {
content: "\68";
}
.t2gicon-business-meeting:before {
content: "\69";
}
.t2gicon-business-meeting-2:before {
content: "\6a";
}
.t2gicon-business-meeting-3:before {
content: "\6b";
}
.t2gicon-business-organogram:before {
content: "\6c";
}
.t2gicon-business-people:before {
content: "\6d";
}
.t2gicon-business-presentation:before {
content: "\6e";
}
.t2gicon-business-support:before {
content: "\6f";
}
.t2gicon-business-talk:before {
content: "\70";
}
.t2gicon-business-team:before {
content: "\71";
}
.t2gicon-business-team-2:before {
content: "\72";
}
.t2gicon-business-winner:before {
content: "\73";
}
.t2gicon-business-work:before {
content: "\74";
}
.t2gicon-business-performance-arrow-top:before {
content: "\75";
}
.t2gicon-business-performance-arrow-up:before {
content: "\76";
}
.t2gicon-business-performance-arrows-top:before {
content: "\77";
}
.t2gicon-business-performance-blaster:before {
content: "\78";
}
.t2gicon-business-performance-brain:before {
content: "\79";
}
.t2gicon-business-performance-cloud:before {
content: "\7a";
}
.t2gicon-business-performance-energy:before {
content: "\41";
}
.t2gicon-business-performance-fist:before {
content: "\42";
}
.t2gicon-business-performance-flash:before {
content: "\43";
}
.t2gicon-business-performance-graph:before {
content: "\44";
}
.t2gicon-business-performance-horse:before {
content: "\45";
}
.t2gicon-business-performance-indicator-1:before {
content: "\46";
}
.t2gicon-business-performance-indicator-2:before {
content: "\47";
}
.t2gicon-business-performance-indicator-3:before {
content: "\48";
}
.t2gicon-business-performance-indicator-4:before {
content: "\49";
}
.t2gicon-business-performance-indicator-5:before {
content: "\4a";
}
.t2gicon-business-performance-muscle:before {
content: "\4b";
}
.t2gicon-business-performance-runner:before {
content: "\4c";
}
.t2gicon-business-performance-shoe:before {
content: "\4d";
}
.t2gicon-business-performance-stopwatch:before {
content: "\4e";
}.qtPlaces-container, .qtPlaces-container * {
box-sizing: border-box; }
.qtPlaces-container {
position: relative;
display: block;
width: 100%;
height: 500px;
background: #efefef; }
.qtPlaces-container .qtPlaces-list {
display: block;
float: left;
width: 40%;
height: 500px; background: #efefef;
overflow-y: scroll;
overflow-x: visible; }
.qtPlaces-container .qtPlaces-list .qtPlaces-entry {
position: relative;
padding: 20px 100px 15px  14px;
margin: 1px 0 0 0;
min-height: 100px;
border-bottom: 1px dotted rgba(50, 50, 50, 0.2);
background-position: center;
background-attachment: local;
background-size: cover;
background-repeat: no-repeat; }
.qtPlaces-container .qtPlaces-list .qtPlaces-entry h4 {
font-size: 18px;
margin: 0;
padding: 0 0 0 10px; border-left: 4px solid #2196f3;
position: relative;
z-index: 2;
color: #FFFFFF !important; }
.qtPlaces-container .qtPlaces-list .qtPlaces-entry p.listdetail {
font-size: 0.8em;
padding: 4px 0 0 0;
margin-left: 0;
position: relative;
z-index: 2;
color: #cdcdcd !important; }
.qtPlaces-container .qtPlaces-list .qtPlaces-entry p.listdetail i {
opacity: 0.7;
margin-right: 2px;
font-size: 0.9em; }
.qtPlaces-container .qtPlaces-list .qtPlaces-entry a.roundbtn {
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px; background: #2196f3; color: #FFF;
position: absolute;
right: 14px;
top: 50%;
margin-top: -25px;
display: block;
border: none;
text-align: center;
z-index: 3; }
.qtPlaces-container .qtPlaces-list .qtPlaces-entry a.roundbtn i {
font-size: 30px;
line-height: 50px; }
.qtPlaces-container .qtPlaces-list .qtPlaces-entry::after {
display: block;
content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: -moz-linear-gradient(45deg, black 0%, transparent 100%); background: -webkit-linear-gradient(45deg, black 0%, transparent 100%); background: linear-gradient(45deg, black 0%, transparent 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); z-index: 1; }
.qtPlaces-container .qtPlaces-list .qtPlaces-menuswitch {
display: none; }
.qtPlaces-container .qtPlaces-list::-webkit-scrollbar {
width: 10px;
margin-right: -0px;
z-index: 99999999;
background-color: rgba(10, 10, 10, 0.1); }
.qtPlaces-container .qtPlaces-list::-webkit-scrollbar-track {
width: 10px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1);
z-index: 99999999; }
.qtPlaces-container .qtPlaces-list::-webkit-scrollbar-thumb {
border-radius: 2px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); background-color: #2196f3; }
.qtPlaces-container .qtPlaces-map {
position: relative;
overflow: hidden;
display: block;
float: left;
width: 60%;
height: 500px;
background: #dedede; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer {
height: 108%;
background-color: #323232; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker {
transition: margin 0.4s ease;
z-index: 1;
position: relative; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img { background: #1976d2;
cursor: pointer;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
position: relative;
transition: all 0.4s; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img img {
position: absolute;
z-index: 3;
width: 40px;
height: 40px;
border-radius: 50%;
top: 5px;
left: 5px;
transition: all 0.2s; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img img.hidethumbnail {
opacity: 0; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img i {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 18px;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 2;
color: #FFF;
text-shadow: 2px 0 10px rgba(0, 0, 0, 0.8); }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img::after {
display: block;
content: " ";
transform: rotate(45deg);
bottom: -4px;
left: 50%;
margin-left: -6px;
width: 12px;
height: 12px;
position: absolute;
z-index: 1; background: #1976d2; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .qtPlaces-marker-img::before {
display: block;
content: " ";
width: 50px;
height: 50px;
border-radius: 50%;
top: 0;
left: 0; background: #1976d2;
position: absolute;
z-index: 0; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents {
display: none;
position: absolute;
background: #efefef;
color: #343434;
width: 250px;
padding: 20px;
transition: all 0.4s; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents a {
text-decoration: none; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents p {
margin: 0; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .det {
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 3px 0; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .det i {
margin-right: 10px; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents h5.locationname {
margin-bottom: 4px;
font-size: 18px; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .location {
margin: 4px 0 15px;
padding-bottom: 10px;
font-size: 12px;
line-height: 1.3em; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents .location span {
display: block;
font-weight: bold;
clear: both; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker .markercontents i.fa-close {
position: absolute;
top: 3px;
right: 5px;
font-size: 26px;
cursor: pointer; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active {
margin-left: -80px;
margin-top: -120px;
z-index: 100; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .qtPlaces-marker-img {
border-radius: 0;
width: 250px;
height: 130px;
overflow: hidden; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .qtPlaces-marker-img img, .qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .qtPlaces-marker-img img.hidethumbnail {
width: 100%;
height: auto;
border-radius: 0;
left: 0;
opacity: 1; }
.qtPlaces-container .qtPlaces-map .qtPlaces-mapcontainer .qtPlaces-mapmarker.active .markercontents {
display: block; }
.qtPlaces-container .qtPlaces-tags {
position: absolute;
padding: 12px;
bottom: 20px;
left: 0;
z-index: 2; }
.qtPlaces-container .qtPlaces-tags .qtPlaces-tag {
display: inline-block;
font-size: 12px;
line-height: 22px;
height: 26px;
margin: 0 5px 5px 0;
font-size: 0.8em;
background-color: rgba(10, 10, 10, 0.4);
color: #FFFFFF;
border-radius: 12px;
border: 3px solid #ffffff;
padding: 0 10px 0 2px;
transition: background-color 0.5s; }
.qtPlaces-container .qtPlaces-tags .qtPlaces-tag i {
display: inline-block;
border-radius: 50%;
line-height: 19px;
width: 17px;
height: 17px; background: #2196f3;
text-align: center;
font-size: 12px; }
.qtPlaces-container .qtPlaces-tags .qtPlaces-tag:hover {
background-color: rgba(10, 10, 10, 0.9); }
.qtPlaces-container .qtPlaces-tags .qtPlaces-tag.active {
opacity: 1; background-color: #2196f3; }
.qtPlaces-container img[src*="http://maps.gstatic.com/mapfiles/google_white"] {
display: none; }
.qtPlaces-container a {
box-shadow: none !important;
text-decoration: none !important; }
.qtPlaces-container a:hover {
box-shadow: none !important;
text-decoration: none !important; }
.qtPlaces-container .qtPlaces-menuswitch {
display: none; }
.qtPlaces-container .qtPlaces-menuswitch i {
padding: 0;
line-height: 50px;
height: 50px;
position: relative;
top: 0; }
.qtPlaces-container.dark .gm-style {
background-color: #121212; } .qtPlaces-container.qtPlaces-template-2 {
overflow: hidden; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-list {
width: 360px;
position: absolute;
z-index: 20;
left: -360px;
top: 0;
transition: left 0.4s ease; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-map {
width: 100%; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-map .qtPlaces-mapcontainer {
left: 0;
transition: left 0.4s ease; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-tags {
bottom: 8px;
right: 30px;
left: auto; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-menuswitch {
display: block;
position: absolute;
background-color: rgba(0, 0, 0, 0.8);
color: #FFFFFF;
width: 50px;
height: 50px;
line-height: 50px;
left: 0;
z-index: 10;
text-align: center;
font-size: 28px;
top: 100px;
margin: -25px 10px 10px 10px;
transition: left 0.4s ease;
cursor: pointer; }
.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-list {
left: 0; }
.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-menuswitch {
left: 360px; }
.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-mapcontainer {
left: 160px; }
.qtPlaces-container.qtPlaces-template-3 {
overflow: hidden; }
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-list {
width: 360px;
position: absolute;
z-index: 20;
right: -360px;
left: auto;
top: 0;
transition: right 0.4s ease; }
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-map {
width: 100%; }
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-map .qtPlaces-mapcontainer {
right: 0;
transition: right 0.4s ease; }
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-tags {
top: 0;
bottom: auto;
left: 0; }
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-menuswitch {
display: block;
position: absolute;
background-color: rgba(0, 0, 0, 0.8);
color: #FFFFFF;
width: 50px;
height: 50px;
line-height: 50px;
left: auto;
right: 0;
z-index: 10;
text-align: center;
font-size: 28px;
top: 100px;
margin: -25px 10px 10px 10px;
transition: right 0.4s ease;
cursor: pointer; }
.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-list {
right: 0; }
.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-menuswitch {
right: 360px; }
.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-mapcontainer {
right: 360px; }
.gm-style * {
box-shadow: none !important; }
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
bottom: 82px !important;
right: 38px !important; } @media (max-width: 1023px) {
.qtPlaces-container {
height: 450px; }
.qtPlaces-container .qtPlaces-list, .qtPlaces-container .qtPlaces-map {
width: 100%;
float: none;
clear: both;
height: 150px; }
.qtPlaces-container .qtPlaces-map {
height: 300px; }
.qtPlaces-tags {
display: none; }
.qtPlaces-container.qtPlaces-template-1 {
height: 380px !important; }
.qtPlaces-container.qtPlaces-template-1 .qtPlaces-list {
height: 180px !important; }
.qtPlaces-container.qtPlaces-template-1 .qtPlaces-map {
height: 200px !important; }
.qtPlaces-container.qtPlaces-template-1 .qtPlaces-map .qtPlaces-mapcontainer {
height: 112%; }
.qtPlaces-container.qtPlaces-template-2 {
overflow: hidden; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-list {
width: 80%;
left: -80%; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-menuswitch {
margin: 0; }
.qtPlaces-container.qtPlaces-template-2 .qtPlaces-list, .qtPlaces-container.qtPlaces-template-2 .qtPlaces-map {
height: 100%; }
.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-list {
left: 0; }
.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-menuswitch {
left: 80%; }
.qtPlaces-container.qtPlaces-template-2.open .qtPlaces-mapcontainer {
left: 60%; }
.qtPlaces-container.qtPlaces-template-3 {
overflow: hidden; }
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-list {
width: 80%;
right: -80%; }
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-list, .qtPlaces-container.qtPlaces-template-3 .qtPlaces-map {
height: 100%; }
.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-list {
right: 0; }
.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-menuswitch {
right: 80%; }
.qtPlaces-container.qtPlaces-template-3.open .qtPlaces-mapcontainer {
right: 50%; }
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
bottom: 48px !important;
right: 24px !important; } }