.stm_zoom_wrapper {
  display: flex;
  flex-direction: column;
}

.stm_zoom_content {
  padding: 25px 0;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  flex-wrap: wrap;
}
.stm_zoom_content .zoom_image {
  flex: 0 0 30%;
  padding: 0 15px;
}
.stm_zoom_content .zoom_image + .zoom_info {
  width: 70%;
  flex: 0 0 70%;
}
.stm_zoom_content .zoom_image img {
  width: 370px !important;
  height: 240px !important;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 420px) {
  .stm_zoom_content .zoom_image {
    flex: 0 0 100%;
  }
  .stm_zoom_content .zoom_image img {
    width: 100% !important;
  }
}
.stm_zoom_content .zoom_content {
  display: flex;
  flex-direction: column;
}
.stm_zoom_content .zoom_content .zoom_info {
  width: 100%;
  padding: 0 15px;
}
.stm_zoom_content .zoom_description {
  padding: 25px 15px;
  width: 100%;
}
.stm_zoom_content h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 30px;
}
.stm_zoom_content .date {
  margin-bottom: 8px;
}
.stm_zoom_content .stm-calendar-links {
  padding-bottom: 20px;
}
.stm_zoom_content .stm-calendar-links a, .stm_zoom_content .stm-calendar-links a:hover {
  color: #0e71eb;
  text-decoration: none;
}
.stm_zoom_content .zoom-recurring-no_fixed_time {
  padding-bottom: 8px;
  font-weight: 700;
}
.stm_zoom_content .zoom-recurring__from, .stm_zoom_content .zoom-recurring__to, .stm_zoom_content .zoom-recurring__interval {
  padding-bottom: 8px;
}
.stm_zoom_content .zoom-recurring--content {
  font-weight: 700;
}
.stm_zoom_content .agenda {
  margin-bottom: 20px;
}
.stm_zoom_content .password {
  margin-bottom: 20px;
}
.stm_zoom_content .password .value {
  font-weight: 700;
}
.stm_zoom_content .stm-join-btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #0e71eb;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 2px #0e71eb solid;
  transition: 0.3s;
  margin-bottom: 10px;
}
.stm_zoom_content .stm-join-btn:hover {
  background-color: transparent;
  color: #0e71eb;
}
.stm_zoom_content .stm-join-btn.join_in_menu {
  margin-right: 10px;
}
.stm_zoom_content .stm-join-btn.outline {
  background: none;
  color: #0e71eb;
}
.stm_zoom_content .stm-join-btn.outline:hover {
  background: #0e71eb;
  color: #fff;
}

.countdown_title {
  text-align: center;
}

.stm_zooom_countdown {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 30px 30px 67px;
}
.stm_zooom_countdown .countDays,
.stm_zooom_countdown .countHours,
.stm_zooom_countdown .countMinutes,
.stm_zooom_countdown .countSeconds {
  position: relative;
  display: block;
  width: auto !important;
  text-align: center;
  float: left;
  border-top: 3px solid #676d70;
  border-bottom: 3px solid #495154;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .stm_zooom_countdown .countDays,
  .stm_zooom_countdown .countHours,
  .stm_zooom_countdown .countMinutes,
  .stm_zooom_countdown .countSeconds {
    width: 50px;
    height: 60px !important;
  }
}
.stm_zooom_countdown .countDays:before,
.stm_zooom_countdown .countHours:before,
.stm_zooom_countdown .countMinutes:before,
.stm_zooom_countdown .countSeconds:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 10;
  bottom: 0;
  left: 0;
  background-color: #525b5f;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.stm_zooom_countdown .countDays:after,
.stm_zooom_countdown .countHours:after,
.stm_zooom_countdown .countMinutes:after,
.stm_zooom_countdown .countSeconds:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #3b4448;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.stm_zooom_countdown .countDays .countdown_label,
.stm_zooom_countdown .countHours .countdown_label,
.stm_zooom_countdown .countMinutes .countdown_label,
.stm_zooom_countdown .countSeconds .countdown_label {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #495154 !important;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 640px) {
  .stm_zooom_countdown .countDays .countdown_label,
  .stm_zooom_countdown .countHours .countdown_label,
  .stm_zooom_countdown .countMinutes .countdown_label,
  .stm_zooom_countdown .countSeconds .countdown_label {
    font-size: 10px;
    margin: 10px 0;
    line-height: 26px;
  }
}
.stm_zooom_countdown .countDays .position,
.stm_zooom_countdown .countHours .position,
.stm_zooom_countdown .countMinutes .position,
.stm_zooom_countdown .countSeconds .position {
  position: relative;
  display: block;
  width: 44px;
  height: 98px;
  float: left;
  color: #fff;
  font-size: 50px;
  line-height: 98px;
  z-index: 11;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 640px) {
  .stm_zooom_countdown .countDays .position,
  .stm_zooom_countdown .countHours .position,
  .stm_zooom_countdown .countMinutes .position,
  .stm_zooom_countdown .countSeconds .position {
    width: 25px;
    height: 60px;
    line-height: 60px;
    font-size: 27px !important;
  }
}
.stm_zooom_countdown .countDays .position .digit,
.stm_zooom_countdown .countHours .position .digit,
.stm_zooom_countdown .countMinutes .position .digit,
.stm_zooom_countdown .countSeconds .position .digit {
  position: absolute;
  width: 44px;
  height: 98px;
  padding-right: 2px;
  text-align: right;
  line-height: 98px;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .stm_zooom_countdown .countDays .position .digit,
  .stm_zooom_countdown .countHours .position .digit,
  .stm_zooom_countdown .countMinutes .position .digit,
  .stm_zooom_countdown .countSeconds .position .digit {
    width: 25px;
    height: 60px;
    line-height: 60px;
  }
}
.stm_zooom_countdown .countDays .position:last-child .digit,
.stm_zooom_countdown .countHours .position:last-child .digit,
.stm_zooom_countdown .countMinutes .position:last-child .digit,
.stm_zooom_countdown .countSeconds .position:last-child .digit {
  text-align: left;
  padding-left: 2px;
}
.stm_zooom_countdown .countDiv {
  display: block;
  float: left;
  width: 29px;
  position: relative;
  opacity: 1;
}
@media (max-width: 640px) {
  .stm_zooom_countdown .countDiv {
    height: 60px;
    width: 10px;
  }
}
.stm_zooom_countdown .countDiv:before, .stm_zooom_countdown .countDiv:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 10;
  background-color: #414b4f;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
  top: 40px;
}
@media (max-width: 640px) {
  .stm_zooom_countdown .countDiv:before, .stm_zooom_countdown .countDiv:after {
    width: 5px;
    height: 5px;
    margin-left: -2px;
    top: 25px;
  }
}
.stm_zooom_countdown .countDiv:after {
  top: 56px;
}
@media (max-width: 640px) {
  .stm_zooom_countdown .countDiv:after {
    top: 35px;
  }
}

#zmmtg-root {
  z-index: 999;
}
#zmmtg-root .chat-container .dropdown-menu {
  list-style: none;
  padding-left: 0;
}
#zmmtg-root .chat-container .chat-scrollbar {
  max-height: 400px;
}

body:not(.full-screen) #zmmtg-root {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: none;
  z-index: 9999;
}
body:not(.full-screen) #zmmtg-root.active {
  display: block;
  margin-bottom: 30px;
}
body:not(.full-screen) #zmmtg-root .meeting-app, body:not(.full-screen) #zmmtg-root .meeting-client, body:not(.full-screen) #zmmtg-root .meeting-client-inner, body:not(.full-screen) #zmmtg-root .meeting-client-inner > div, body:not(.full-screen) #zmmtg-root #dialog-join {
  position: absolute !important;
  min-width: 100% !important;
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
body:not(.full-screen) #zmmtg-root #dialog-join {
  top: auto !important;
  bottom: 0 !important;
  min-height: 50% !important;
  height: 50% !important;
}
body:not(.full-screen) #zmmtg-root .meeting-app {
  overflow: hidden;
}
body:not(.full-screen) #zmmtg-root .meeting-app > span {
  max-width: 100%;
}
body:not(.full-screen) #zmmtg-root .active-main {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
body:not(.full-screen) #zmmtg-root #sv-active-video {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  min-height: 100% !important;
  min-width: 100% !important;
}

body.full-screen.ReactModal__Body--open {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 768px) {
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDays,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countHours,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countMinutes,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countSeconds {
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDays,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countHours,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countMinutes,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countSeconds {
    height: 60px !important;
  }
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDays .position,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countHours .position,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countMinutes .position,
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countSeconds .position {
    margin-top: 0;
  }
}
.stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:before {
  top: 50px;
}
.stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:after {
  top: 76px;
}
@media (max-width: 640px) {
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:before {
    top: 25px;
  }
  .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:after {
    top: 35px;
  }
}

.stm_zoom_grid_container {
  width: 1200px;
  max-width: 100% !important;
}
.stm_zoom_grid_container .stm_zoom_grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.stm_zoom_grid_container .stm_zoom_grid__item {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .stm_zoom_grid_container .stm_zoom_grid__item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .stm_zoom_grid_container .stm_zoom_grid__item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.stm_zoom_grid_container .stm_zoom_grid__item .single_meeting {
  min-width: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.stm_zoom_grid_container .stm_zoom_grid__item .image img {
  border-radius: 10px 10px 0 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px !important;
  width: 100% !important;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info {
  border-radius: 0 0 10px 10px;
  background: #eef1f7;
  padding: 30px 30px;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .title {
  margin-bottom: 10px;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .title a {
  text-decoration: none;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .title a h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  color: #333;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date {
  color: #4689fc;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date .price {
  display: block;
  color: #757575;
  position: relative;
  margin: 5px 0;
  font-family: inherit;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date .price * {
  color: #757575;
  background: none;
  opacity: 1;
  font-family: inherit;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image {
  width: 60px;
  padding-right: 10px;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title, .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 4px;
  text-decoration: none;
}
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_timezone {
  font-size: 12px;
  line-height: 15px;
  color: #777;
}
.stm_zoom_grid_container .stm_zoom_grid.per_row_1 .stm_zoom_grid__item {
  width: 100% !important;
  flex: 0 0 100% !important;
}
.stm_zoom_grid_container .stm_zoom_grid.per_row_2 .stm_zoom_grid__item {
  width: 50%;
  flex: 0 0 50%;
}
.stm_zoom_grid_container .stm_zoom_grid.per_row_4 .stm_zoom_grid__item {
  width: 25%;
  flex: 0 0 25%;
}
.stm_zoom_grid_container .stm_zoom_grid.per_row_5 .stm_zoom_grid__item {
  width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .stm_zoom_grid_container .stm_zoom_grid.per_row_1 .stm_zoom_grid__item, .stm_zoom_grid_container .stm_zoom_grid.per_row_2 .stm_zoom_grid__item, .stm_zoom_grid_container .stm_zoom_grid.per_row_4 .stm_zoom_grid__item, .stm_zoom_grid_container .stm_zoom_grid.per_row_5 .stm_zoom_grid__item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .stm_zoom_grid_container .stm_zoom_grid.per_row_1 .stm_zoom_grid__item, .stm_zoom_grid_container .stm_zoom_grid.per_row_2 .stm_zoom_grid__item, .stm_zoom_grid_container .stm_zoom_grid.per_row_4 .stm_zoom_grid__item, .stm_zoom_grid_container .stm_zoom_grid.per_row_5 .stm_zoom_grid__item {
    width: 100%;
    flex: 0 0 100%;
  }
}

.theme-pearl .stm_zooom_countdown .countDays .countdown_label,
.theme-pearl .stm_zooom_countdown .countHours .countdown_label,
.theme-pearl .stm_zooom_countdown .countMinutes .countdown_label,
.theme-pearl .stm_zooom_countdown .countSeconds .countdown_label {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #495154 !important;
  text-transform: uppercase;
  font-size: 15px;
}.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; /* Blue */
}

.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; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	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; /* Dark Gray 800 */
	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; /* Light Gray 100 */
	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(//www.groedu.com/wp-content/uploads/stm_fonts/stm/stm.eot?de1rf9);
  src:  url(//www.groedu.com/wp-content/uploads/stm_fonts/stm/stm.eot?de1rf9#iefix) format('embedded-opentype'),
  url(//www.groedu.com/wp-content/uploads/stm_fonts/stm/stm.ttf?de1rf9) format('truetype'),
  url(//www.groedu.com/wp-content/uploads/stm_fonts/stm/stm.woff?de1rf9) format('woff'),
  url(//www.groedu.com/wp-content/uploads/stm_fonts/stm/stm.svg?de1rf9#stm) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="stm-"], [class*=" stm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stm' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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-atlanta-heading-left-shape:before {
  content: "\e9f6";
}
.stm-atlanta-heading-right-shape:before {
  content: "\e9f7";
}
.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";
}
.po_coming_soon_active {
    background:#4caf50 !important;
    color:#fff !important;
}

.po_coming_soon_disabled{
    background:#ed663fba !important;
}

.po_coming_soon_active a{
    text-shadow:0px 0px 2px #4a4a4a;
    color:#fff;
    display: flex !important;
    align-items: center !important;
}

.po_coming_soon_active a img{
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}

.po_coming_soon_disabled > a{
    display: flex !important;
    align-items: center !important;
}

.po_coming_soon_disabled a img{
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}

@media screen and (max-width: 999px) {
    .po_coming_soon_disabled {
        display: none !important;
    }
}