.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.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 .hidden-fields-container {
display: none;
}
.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;
}@font-face {
font-family: 'stm';
src:  url(//xnorgroup.com/wp-content/uploads/stm_fonts/stm/stm.eot?r2aiy3);
src:  url(//xnorgroup.com/wp-content/uploads/stm_fonts/stm/stm.eot?r2aiy3#iefix) format('embedded-opentype'),
url(//xnorgroup.com/wp-content/uploads/stm_fonts/stm/stm.ttf?r2aiy3) format('truetype'),
url(//xnorgroup.com/wp-content/uploads/stm_fonts/stm/stm.woff?r2aiy3) format('woff'),
url(//xnorgroup.com/wp-content/uploads/stm_fonts/stm/stm.svg?r2aiy3#stm) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="stm-"], [class*=" stm-"] { font-family: 'stm' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.stm-munich-web-design:before {
content: "\ea43";
}
.stm-munich-user:before {
content: "\ea45";
}
.stm-munich-play:before {
content: "\ea2d";
}
.stm-munich-pdf:before {
content: "\ea2e";
}
.stm-munich-map-location:before {
content: "\ea2f";
}
.stm-munich-mail:before {
content: "\ea30";
}
.stm-munich-location:before {
content: "\ea31";
}
.stm-munich-idea:before {
content: "\ea32";
}
.stm-munich-headphones:before {
content: "\ea33";
}
.stm-munich-global-search:before {
content: "\ea34";
}
.stm-munich-folder:before {
content: "\ea35";
}
.stm-munich-configuration:before {
content: "\ea36";
}
.stm-munich-computer-phone-sync:before {
content: "\ea37";
}
.stm-munich-comment:before {
content: "\ea38";
}
.stm-munich-codesandbox:before {
content: "\ea39";
}
.stm-munich-champion-cup:before {
content: "\ea3a";
}
.stm-munich-call:before {
content: "\ea3b";
}
.stm-munich-calendar:before {
content: "\ea3c";
}
.stm-munich-briefcase:before {
content: "\ea3d";
}
.stm-munich-quill-write:before {
content: "\ea3e";
}
.stm-munich-sale-tag:before {
content: "\ea3f";
}
.stm-munich-search:before {
content: "\ea40";
}
.stm-munich-shopping-cart:before {
content: "\ea41";
}
.stm-munich-smartphone:before {
content: "\ea42";
}
.stm-munich-user-group:before {
content: "\ea44";
}
.stm-munich-atomic:before {
content: "\ea46";
}
.stm-munich-atomic-power:before {
content: "\ea47";
}
.stm-quote-rounded:before {
content: "\ea2b";
}
.stm-arrow-top-right:before {
content: "\ea2c";
}
.stm-houston-award-ribbon:before {
content: "\ea27";
}
.stm-houston-users:before {
content: "\ea28";
}
.stm-houston-case:before {
content: "\ea29";
}
.stm-houston-rating:before {
content: "\ea2a";
}
.stm-popup-close:before {
content: "\ea23";
}
.stm-popup-envelope:before {
content: "\ea24";
}
.stm-popup-marker:before {
content: "\ea25";
}
.stm-popup-phone:before {
content: "\ea26";
}
.stm-briefcase-pp:before {
content: "\ea21";
}
.stm-advocate-pp:before {
content: "\ea22";
}
.stm-money-document-pp:before {
content: "\ea1b";
}
.stm-money-bag-pp:before {
content: "\ea1c";
}
.stm-money-bars-pp:before {
content: "\ea1d";
}
.stm-money-bank-pp:before {
content: "\ea1e";
}
.stm-money-wallet-pp:before {
content: "\ea1f";
}
.stm-money-chart-pp:before {
content: "\ea20";
}
.stm-document-success:before {
content: "\ea12";
}
.stm-bond-award:before {
content: "\ea13";
}
.stm-counseling-business:before {
content: "\ea14";
}
.stm-business-strategy:before {
content: "\ea15";
}
.stm-finance-service:before {
content: "\ea16";
}
.stm-world-money:before {
content: "\ea17";
}
.stm-business-card:before {
content: "\ea18";
}
.stm-board-with-chart:before {
content: "\ea19";
}
.stm-high-stocks:before {
content: "\ea1a";
}
.stm-kuala-flower-5:before {
content: "\ea11";
}
.stm-kuala-flower-1:before {
content: "\ea0d";
}
.stm-kuala-flower-2:before {
content: "\ea0e";
}
.stm-kuala-flower-3:before {
content: "\ea0f";
}
.stm-kuala-flower-4:before {
content: "\ea10";
}
.stm-kuala-shape:before {
content: "\ea0b";
}
.stm-kuala-circle:before {
content: "\ea0c";
}
.stm-kuala-gynecological:before {
content: "\ea05";
}
.stm-kuala-mental-health:before {
content: "\ea06";
}
.stm-kuala-orthopedics:before {
content: "\ea07";
}
.stm-kuala-protection:before {
content: "\ea08";
}
.stm-kuala-consulting:before {
content: "\ea09";
}
.stm-kuala-dermatology:before {
content: "\ea0a";
}
.stm-atlanta-heading-left-shape:before {
content: "\e9f6";
}
.stm-atlanta-heading-right-shape:before {
content: "\e9f7";
}
.stm-atlanta-shopping-cart:before {
content: "\e9ff";
}
.stm-atlanta-bitcoin:before {
content: "\ea00";
}
.stm-atlanta-briefcase:before {
content: "\ea01";
}
.stm-atlanta-calc:before {
content: "\ea02";
}
.stm-atlanta-pizza:before {
content: "\ea03";
}
.stm-atlanta-keyboard:before {
content: "\ea04";
}
.stm-atlanta-cup:before {
content: "\e9f8";
}
.stm-atlanta-light:before {
content: "\e9f9";
}
.stm-atlanta-mail:before {
content: "\e9fa";
}
.stm-atlanta-map-marker:before {
content: "\e9fb";
}
.stm-atlanta-megaphone:before {
content: "\e9fc";
}
.stm-atlanta-phone:before {
content: "\e9fd";
}
.stm-atlanta-user:before {
content: "\e9fe";
}
.stm-circuit_big:before {
content: "\e9f5";
}
.stm-circle-notch:before {
content: "\e9f4";
}
.stm-contact_email:before {
content: "\e9f1";
}
.stm-contact_phone:before {
content: "\e9f2";
}
.stm-contact_pin:before {
content: "\e9f3";
}
.stm-skype:before {
content: "\e9ef";
}
.stm-whatsapp:before {
content: "\e9f0";
}
.stm-email2:before {
content: "\e9ed";
}
.stm-briefcase:before {
content: "\e9ee";
}
.stm-contact-message:before {
content: "\e9ec";
}
.stm-image_frame:before {
content: "\e9eb";
}
.stm-linear_circle:before {
content: "\e9e9";
}
.stm-linear_r:before {
content: "\e9ea";
}
.stm-location:before {
content: "\e9e8";
}
.stm-right-arrow:before {
content: "\e9e7";
}
.stm-tick:before {
content: "\e9e6";
}
.stm-call:before {
content: "\e9dc";
}
.stm-email:before {
content: "\e9dd";
}
.stm-time-call:before {
content: "\e9de";
}
.stm-clean-energy:before {
content: "\e9df";
}
.stm-statistics:before {
content: "\e9e0";
}
.stm-world:before {
content: "\e9e1";
}
.stm-worldwide-shipping:before {
content: "\e9e2";
}
.stm-audit-assurance:before {
content: "\e9e3";
}
.stm-financial-services:before {
content: "\e9e4";
}
.stm-strategic-planning:before {
content: "\e9e5";
}
.stm-dots-five-square:before {
content: "\e9db";
}
.stm-dots-square-big:before {
content: "\e9d9";
}
.stm-dots-square:before {
content: "\e9da";
}
.stm-online-address:before {
content: "\e9d0";
}
.stm-online-analytics:before {
content: "\e9d1";
}
.stm-online-calculator:before {
content: "\e9d2";
}
.stm-online-dollar:before {
content: "\e9d3";
}
.stm-online-phone-call:before {
content: "\e9d4";
}
.stm-online-plane-big:before {
content: "\e9d5";
}
.stm-online-plane:before {
content: "\e9d6";
}
.stm-online-supermarket:before {
content: "\e9d7";
}
.stm-online-work:before {
content: "\e9d8";
}
.stm-glob-pdf:before {
content: "\e9c6";
}
.stm-glob-graph:before {
content: "\e9c7";
}
.stm-glob-shield:before {
content: "\e9c8";
}
.stm-glob-building:before {
content: "\e9c9";
}
.stm-glob-play:before {
content: "\e9ca";
}
.stm-glob-man-user:before {
content: "\e9cb";
}
.stm-glob-pie-chart:before {
content: "\e9cc";
}
.stm-glob-workers:before {
content: "\e9cd";
}
.stm-glob-consulting:before {
content: "\e9ce";
}
.stm-glob-search:before {
content: "\e9cf";
}
.stm-lnr-arrow-left:before {
content: "\e9bb";
}
.stm-lnr-arrow-right:before {
content: "\e9bc";
}
.stm-lnr-check:before {
content: "\e9bd";
}
.stm-lnr-chevron-left:before {
content: "\e9be";
}
.stm-lnr-chevron-right:before {
content: "\e9bf";
}
.stm-lnr-clock:before {
content: "\e9c0";
}
.stm-lnr-close:before {
content: "\e9c1";
}
.stm-lnr-map-pin:before {
content: "\e9c2";
}
.stm-lnr-phone:before {
content: "\e9c3";
}
.stm-lnr-refresh:before {
content: "\e9c4";
}
.stm-lnr-search:before {
content: "\e9c5";
}
.stm-ankara-case:before {
content: "\e9b3";
}
.stm-ankara-like:before {
content: "\e9b4";
}
.stm-ankara-trophy:before {
content: "\e9b5";
}
.stm-ankara-user:before {
content: "\e9b6";
}
.stm-ankara-money:before {
content: "\e9b7";
}
.stm-ankara-puzzle:before {
content: "\e9b8";
}
.stm-ankara-save-money:before {
content: "\e9b9";
}
.stm-ankara-search:before {
content: "\e9ba";
}
.stm-stockholm-window:before {
content: "\e9b2";
}
.stm-career:before {
content: "\e9af";
}
.stm-certificate:before {
content: "\e9b0";
}
.stm-horn:before {
content: "\e9b1";
}
.stm-award:before {
content: "\e9ab";
}
.stm-lisbon-like:before {
content: "\e9ac";
}
.stm-people:before {
content: "\e9ad";
}
.stm-suitcase-2:before {
content: "\e9ae";
}
.stm-state:before {
content: "\e9a9";
}
.stm-horse:before {
content: "\e9aa";
}
.stm-play-btn:before {
content: "\e95f";
}
.stm-grid:before {
content: "\e95d";
}
.stm-rectangle:before {
content: "\e95e";
}
.stm-nokia_outline:before {
content: "\e95a";
}
.stm-ppl_outline:before {
content: "\e95b";
}
.stm-sun_outline:before {
content: "\e95c";
}
.stm-branch:before {
content: "\e959";
}
.stm-stm14_fax:before {
content: "\e958";
}
.stm-stm14_bulb:before {
content: "\e949";
}
.stm-stm14_calc:before {
content: "\e94a";
}
.stm-stm14_calendar:before {
content: "\e94b";
}
.stm-stm14_country:before {
content: "\e94c";
}
.stm-stm14_health:before {
content: "\e94d";
}
.stm-stm14_left_arrow:before {
content: "\e94e";
}
.stm-stm14_manufacturing:before {
content: "\e94f";
}
.stm-stm14_office:before {
content: "\e950";
}
.stm-stm14_plane:before {
content: "\e951";
}
.stm-stm14_public:before {
content: "\e952";
}
.stm-stm14_quote:before {
content: "\e953";
}
.stm-stm14_right_arrow:before {
content: "\e954";
}
.stm-stm14_satellite:before {
content: "\e955";
}
.stm-stm14-arrow:before {
content: "\e956";
}
.stm-stn14_home:before {
content: "\e957";
}
.stm-cart_13:before {
content: "\e93f";
}
.stm-chip_13:before {
content: "\e940";
}
.stm-env_13:before {
content: "\e941";
}
.stm-horse_13:before {
content: "\e942";
}
.stm-human_13:before {
content: "\e943";
}
.stm-mail_13:before {
content: "\e944";
}
.stm-phone_13_2:before {
content: "\e945";
}
.stm-phone_13:before {
content: "\e946";
}
.stm-pin_13:before {
content: "\e947";
}
.stm-quote_13:before {
content: "\e948";
}
.stm-quote2:before {
content: "\e93b";
}
.stm-pin-11:before {
content: "\e93c";
}
.stm-envelope-11:before {
content: "\e93d";
}
.stm-phone-11:before {
content: "\e93e";
}
.stm-quote8:before {
content: "\e939";
}
.stm-shopping-cart8:before {
content: "\e93a";
}
.stm-aim7:before {
content: "\e933";
}
.stm-cup7:before {
content: "\e934";
}
.stm-user7:before {
content: "\e935";
}
.stm-docs7:before {
content: "\e936";
}
.stm-bar-graph7:before {
content: "\e937";
}
.stm-plant7:before {
content: "\e938";
}
.stm-lorry6:before {
content: "\e92d";
}
.stm-lamp6:before {
content: "\e92e";
}
.stm-building6:before {
content: "\e92f";
}
.stm-cart6:before {
content: "\e930";
}
.stm-line-graph6:before {
content: "\e931";
}
.stm-plane6:before {
content: "\e932";
}
.stm-user:before {
content: "\e928";
}
.stm-crown:before {
content: "\e926";
}
.stm-cup:before {
content: "\e927";
}
.stm-polygon:before {
content: "\e929";
}
.stm-person-globe:before {
content: "\e923";
}
.stm-head:before {
content: "\e924";
}
.stm-arm-leaf:before {
content: "\e925";
}
.stm-phone:before {
content: "\e921";
}
.stm-phone6:before {
content: "\e92a";
}
.stm-clock6:before {
content: "\e92b";
}
.stm-pin6:before {
content: "\e92c";
}
.stm-clock:before {
content: "\e922";
}
.stm-plus:before {
content: "\e920";
}
.stm-earth:before {
content: "\e91d";
}
.stm-chart-refresh:before {
content: "\e91e";
}
.stm-chart-monitor:before {
content: "\e91f";
}
.stm-hexagon:before {
content: "\e91c";
}
.stm-metals:before {
content: "\e916";
}
.stm-oil:before {
content: "\e917";
}
.stm-target:before {
content: "\e918";
}
.stm-rating_down:before {
content: "\e914";
}
.stm-libra:before {
content: "\e915";
}
.stm-idea:before {
content: "\e90d";
}
.stm-stats:before {
content: "\e90e";
}
.stm-badge:before {
content: "\e90f";
}
.stm-security:before {
content: "\e910";
}
.stm-binoculars:before {
content: "\e911";
}
.stm-mans:before {
content: "\e912";
}
.stm-nokia:before {
content: "\e913";
}
.stm-testimonials-new-2:before {
content: "\e90b";
}
.stm-envelope:before {
content: "\e91a";
}
.stm-email1:before {
content: "\e908";
}
.stm-iphone:before {
content: "\e909";
}
.stm-location-2:before {
content: "\e90a";
}
.stm-marker:before {
content: "\e919";
}
.stm-check:before {
content: "\e907";
}
.stm-truck:before {
content: "\e902";
}
.stm-lamp:before {
content: "\e903";
}
.stm-cart-2:before {
content: "\e91b";
}
.stm-cart:before {
content: "\e904";
}
.stm-home:before {
content: "\e905";
}
.stm-graph:before {
content: "\e906";
}
.stm-airplane:before {
content: "\e901";
}
.stm-compass:before {
content: "\e900";
}
.stm-zurich-certificate:before {
content: "\e960";
}
.stm-zurich-darts:before {
content: "\e961";
}
.stm-zurich-employed:before {
content: "\e962";
}
.stm-zurich-envelope:before {
content: "\e963";
}
.stm-zurich-growth:before {
content: "\e964";
}
.stm-zurich-hourse:before {
content: "\e965";
}
.stm-zurich-labore:before {
content: "\e966";
}
.stm-zurich-like:before {
content: "\e967";
}
.stm-zurich-microphone:before {
content: "\e968";
}
.stm-zurich-phone:before {
content: "\e969";
}
.stm-zurich-pin:before {
content: "\e96a";
}
.stm-zurich-portfolio:before {
content: "\e96b";
}
.stm-zurich-progress:before {
content: "\e96c";
}
.stm-zurich-stamp:before {
content: "\e96d";
}
.stm-mumbai_shape:before {
content: "\e96e";
}
.stm-mumbai_security:before {
content: "\e96f";
}
.stm-mumbai_people:before {
content: "\e970";
}
.stm-mumbai_graph:before {
content: "\e971";
}
.stm-mumbai_monitor:before {
content: "\e972";
}
.stm-mumbai_board:before {
content: "\e973";
}
.stm-mumbai_like:before {
content: "\e974";
}
.stm-amsterdam-aim:before {
content: "\e975";
}
.stm-amsterdam-briefcase:before {
content: "\e976";
}
.stm-amsterdam-correct:before {
content: "\e977";
}
.stm-amsterdam-file:before {
content: "\e978";
}
.stm-amsterdam-lightning:before {
content: "\e979";
}
.stm-amsterdam-loupe:before {
content: "\e97a";
}
.stm-amsterdam-profile:before {
content: "\e97b";
}
.stm-amsterdam-presentation:before {
content: "\e97c";
}
.stm-amsterdam-puzzle:before {
content: "\e97d";
}
.stm-amsterdam-shield:before {
content: "\e97e";
}
.stm-amsterdam-timer:before {
content: "\e97f";
}
.stm-amsterdam-comment:before {
content: "\e980";
}
.stm-amsterdam-arrow:before {
content: "\e981";
}
.stm-davos_tech:before {
content: "\e982";
}
.stm-davos_wi-fi:before {
content: "\e983";
}
.stm-davos_livebuoy:before {
content: "\e984";
}
.stm-davos_heart:before {
content: "\e985";
}
.stm-davos_folder:before {
content: "\e986";
}
.stm-davos_clock:before {
content: "\e987";
}
.stm-davos_cart:before {
content: "\e988";
}
.stm-denver-phone:before {
content: "\e989";
}
.stm-denver-envelope:before {
content: "\e98a";
}
.stm-denver-oil:before {
content: "\e98b";
}
.stm-denver-mine:before {
content: "\e98c";
}
.stm-denver-energy:before {
content: "\e98d";
}
.stm-denver-agriculture:before {
content: "\e98e";
}
.stm-diamond:before {
content: "\e90c";
}
.stm-gear:before {
content: "\e98f";
}
.stm-credible:before {
content: "\e990";
}
.stm-brief-bag:before {
content: "\e991";
}
.stm-ship:before {
content: "\e992";
}
.stm-schedule:before {
content: "\e993";
}
.stm-lamp1:before {
content: "\e994";
}
.stm-earth1:before {
content: "\e995";
}
.stm-monetary_purpose:before {
content: "\e996";
}
.stm-money_flower:before {
content: "\e997";
}
.stm-rocket:before {
content: "\e998";
}
.stm-fortress:before {
content: "\e999";
}
.stm-brief-bag-2:before {
content: "\e99a";
}
.stm-employed:before {
content: "\e99b";
}
.stm-stamp:before {
content: "\e99c";
}
.stm-like:before {
content: "\e99d";
}
.stm-shield_flat:before {
content: "\e99e";
}
.stm-delhi-staff:before {
content: "\e99f";
}
.stm-delhi-safety:before {
content: "\e9a0";
}
.stm-delhi-medal:before {
content: "\e9a1";
}
.stm-delhi-lamp:before {
content: "\e9a2";
}
.stm-delhi-horse:before {
content: "\e9a3";
}
.stm-delhi-heands:before {
content: "\e9a4";
}
.stm-delhi-eye:before {
content: "\e9a5";
}
.stm-delhi-diamond:before {
content: "\e9a6";
}
.stm-delhi-chevron-left:before {
content: "\e9a7";
}
.stm-delhi-chevron-right:before {
content: "\e9a8";
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.stm_gdpr_popup-main{position:fixed;padding:26px 30px 30px;width:380px;border-radius:5px;z-index:9999999}.stm_gdpr_popup-main .stm_gdpr_popup-links{margin-top:15px;font-size:14px}.stm_gdpr_popup-main .stm_gdpr_popup-links:after{content:"";display:table;width:100%;clear:both}.stm_gdpr_popup-main .stm_gdpr_popup-links a{float:right;width:153px;padding:4px 0;text-align:center;position:relative;text-transform:uppercase;background-color:transparent;border:1px solid #fff;text-decoration:none;letter-spacing:.5px;border-radius:3px;font-size:12px;color:#fff;transition:all .3s}.stm_gdpr_popup-main .stm_gdpr_popup-links a.stm_gdpr_popup-accept{float:left;background-color:#5e5cc7;border:1px solid #5e5cc7;margin-left:-5px}.stm_gdpr_popup-main .stm_gdpr_popup-links a:hover{border-color:#fff;background-color:#fff;color:#5e5cc7}@media (max-width:420px){.stm_gdpr_popup-main{width:auto;right:20px!important;left:20px!important}.stm_gdpr_popup-main .stm_gdpr_popup-links a{float:none!important;display:block;width:auto;margin:20px 0 5px}}#stm-gpdr-form .stm-gdpr-errors{color:#ce0000}#stm-gpdr-form .stm-gdpr-success{color:#056d05}.place-order #stmgdpr_field label.checkbox{padding-left:20px}.place-order #stmgdpr_field input#stmgdpr{margin:5px 0 0 -18px} .stm_gdpr_popup-content{font-size:14px; padding-bottom: 10px} .stm_gdpr_popup-content a { color: white; text-decoration:none; }