@charset "UTF-8";
/*
 * General COLORS
 */
/* new default colors
extend by using colors name from https://www.color-name.com/
*/
/* map deprecated colors to new ones */
/*
* Footer
*/
.yp-footer {
  position: relative;
  bottom: 0;
  font-size: 12px;
}
.yp-footer .row {
  width: 100% !important;
}
.yp-footer .yp-fa-inverse {
  color: #fff !important;
}

.yp-footer-social-div {
  line-height: normal;
}

.yp-footer .navbar {
  margin-bottom: 0;
}

.yp-footer-headline {
  margin: 50px 0;
}

.yp-footer-headline h1 {
  color: #26C261;
  text-transform: initial;
}

.yp-footer-content {
  margin: 50px 0;
}
.yp-footer-content ul li a {
  width: 246px;
  height: 228px;
  font-size: 14px;
  line-height: 28px;
  color: rgb(192, 192, 192);
  font-family: "Open Sans";
  font-weight: 300;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.yp-footer-content .yp-headings {
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "Open Sans";
  font-weight: bold;
}

.yp-footer-connect .fa {
  width: 20px;
}

.yp-footer-label {
  position: relative;
  color: #757575;
  background-color: #fff;
  padding: 1px 5px;
  font-size: 10px;
  margin-left: 5px;
  text-transform: uppercase;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
}

.yp-footer-sub-content {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  color: #757575;
}
.yp-footer-sub-content .yp-footer-container .row a, .yp-footer-sub-content .yp-footer-container .row div {
  height: 19px;
  font-size: 12px;
  color: rgb(51, 51, 51);
  font-family: "Open Sans";
}

.yp-footer-sub-content a:visited {
  color: #757575;
}

.yp-footer-sub-content a:hover {
  text-decoration: none;
}

.yp-footer-modal h3 {
  font-size: 14px;
}

.yp-footer ul li {
  color: #757575;
  line-height: 20px;
}

.yp-footer ul li a,
.yp-footer ul li a:hover,
.yp-footer ul li a:active,
.yp-footer ul li a:focus,
.yp-footer ul li a:visited {
  color: #000000;
}

.yp-partner-link a {
  color: #757575 !important;
}

.yp-footer-sm-visible-bottom {
  margin-top: 30px;
}

a.yp_footer_social {
  display: inline-block;
  border: 1px solid #757575;
  border-radius: 50%;
  background-color: #757575;
  width: 23px;
  height: 23px;
  margin: 2px;
  text-decoration: none;
}

a.yp_footer_social i {
  color: #000;
  display: block;
  font-size: 16px;
  position: relative;
  top: 4px;
}

.yp_footer_social {
  text-align: center;
}
.yp_footer_social i {
  line-height: 15px;
}

a.yp_footer_social i.fa-product-hunt {
  left: 3px;
}

.yp-footer-top-row {
  height: 1px;
  background-color: #ffffff;
}

.yp-footer-border {
  border-top: 1px #757575 solid;
}

.yp-footer-line {
  height: 1px;
  background: #757575;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .yp-hidden-xs {
    display: none !important;
    line-height: 45px !important;
  }
  .yp-footer .yp-footer-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .yp-footer .yp-footer-content {
    line-height: 20px !important;
  }
  .yp-footer .navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
#yp-footer-pre-margin {
  position: relative;
  width: 100%;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: #757575;
}

#footer a {
  color: #757575;
}

#footer a:hover {
  color: #757575;
}

#yp-footer-logo {
  margin: 25px 0;
}

.yp-footer-social-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #757575;
  border-radius: 25px;
  margin-bottom: 10px;
}

.yp-footer-social-btn:hover {
  border-color: #757575;
}

#yp-footer-social-btn-fb {
  margin-right: 20px;
}

#yp-footer-client-headline {
  color: #757575;
  font-size: 36px;
  margin-top: 40px;
}

.yp-footer-clients {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  margin: 10px 0;
}

#yp-footer-copyright {
  text-transform: uppercase;
  margin: 40px 0 10px;
  font-size: 12px;
}

#yp-footer-copyright li {
  padding: 0 1px;
}

#yp-footer-copyright a {
  text-decoration: underline;
}

.yp-footer-client-text {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  margin: 30px auto 0;
  width: 70%;
}

.yp-footer-client-name {
  text-transform: uppercase;
  font-size: 12px;
  margin: 15px 0 20px;
}

.yp-footer-payment-metods {
  margin-top: 6px;
}

/*
*	Footer small screen
*/
.yp-footer-content a {
  color: #757575;
}

@media (max-width: 992px) {
  .yp-footer-content {
    margin: 0;
  }
  .yp-footer .navbar {
    padding-bottom: 0;
    padding-top: 0;
  }
  .yp-footer-content > div:not(:last-child):after {
    content: "•";
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .yp-footer-sub-content .container {
    width: 1024px !important;
    max-width: 1024px !important;
  }
}
@media only screen and (max-width: 768px) {
  .yp-footer .visible-xs {
    text-align: center;
    display: table !important;
    width: 100%;
  }
  .yp-footer .yp-font-size-14 {
    width: 100% !important;
  }
  .yp-footer .yp-margin-left-20 {
    margin-left: 0 !important;
  }
  .yp-footer-headline {
    margin: 20px 0 !important;
  }
  .yp-footer-content {
    margin: 20px 0 !important;
  }
  .yp-footer .visible-xs .col-sm-3 {
    float: none;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 2px;
    word-wrap: break-word;
  }
}
/*
*	Upgrade bar css
*/
#yp-upgrade-bar {
  background-color: #33B4E4;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
}
#yp-upgrade-bar .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 1280px !important;
}
#yp-upgrade-bar .container .yp-upgrade-bar-content {
  padding: 14px 0;
  line-height: 27px;
  font-size: 14px;
}
#yp-upgrade-bar .container .yp-upgrade-bar-content strong {
  font-weight: 400;
}
#yp-upgrade-bar .container .yp-upgrade-bar-content .yp-upgrade-bar-button {
  border: 2px solid #006489;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14.5px;
  background: #006489;
  border-radius: 17px;
}

@media screen and (max-width: 1200px) {
  #yp-upgrade-bar {
    height: auto;
    min-height: 100px;
  }
  #yp-upgrade-bar .container {
    width: 100% !important;
  }
  #yp-upgrade-bar .container .yp-upgrade-bar-content {
    padding: 16px 16px !important;
    font-size: 14.5px !important;
    line-height: 24px !important;
    text-align: center !important;
  }
  #yp-upgrade-bar .container .yp-upgrade-bar-content .yp-upgrade-bar-button {
    margin: 10px auto 0px auto !important;
    float: none;
    line-height: 30px;
    border: 2px solid #006489;
    cursor: pointer;
    display: block;
    margin: 10px auto 0px auto;
    padding: 2px 30px;
    min-width: 230px;
  }
}
.yp-upgrade-bar-footer-sub {
  height: 110px;
}

.yp-footer-company-box-en {
  margin-right: 40px;
}

.yp-footer-company-box-de {
  margin-right: 2px;
}

.ot-sdk-show-settings {
  color: inherit !important;
  background: inherit !important;
  border: inherit !important;
  height: inherit !important;
  white-space: inherit !important;
  padding: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
  line-height: 28px !important;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.ot-sdk-show-settings:hover {
  color: #0056b3 !important;
}

li .ot-sdk-show-settings,
li .ot-sdk-show-settings:hover {
  color: #000000 !important;
  font-size: 14px !important;
}

@media (max-width: 1599px) and (min-width: 1200px) {
  .yp-upgrade-bar-footer-sub {
    height: 110px;
  }
}
@media (max-width: 1199px) and (min-width: 536px) {
  .yp-upgrade-bar-footer-sub {
    height: 152px;
  }
  .yp-upgrade-bar-footer-sub.de {
    height: 146px;
  }
}
@media (max-width: 698px) {
  .yp-upgrade-bar-footer-sub.de {
    height: 152px;
  }
}
@media (max-width: 535px) and (min-width: 320px) {
  .yp-upgrade-bar-footer-sub {
    height: 194px;
  }
  .yp-upgrade-bar-footer-sub.de {
    height: 152px;
  }
}
@media (max-width: 388px) {
  .yp-upgrade-bar-footer-sub.de {
    height: 152px;
  }
}
@media (max-width: 367px) {
  .yp-upgrade-bar-footer-sub.de {
    height: 194px;
  }
}
.yp-footer a {
  text-decoration: none;
}

.yp-nav-inner-container {
  height: 50px;
}

.yp-logo--obj {
  pointer-events: none;
}

.yp-lang__dropdown--menu .dropdown-item:hover {
  background-color: #0D0D0D !important;
}

.yp-lang__dropdown--menu {
  background: transparent linear-gradient(180deg, #262626 0%, #0D0D0D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 8px;
}

.yp-nav-link-orange:hover {
  color: #fcb036;
}

.yp-border-bottom__dullorange {
  border-bottom: 3px #FFB21F solid;
}

.yp-border-bottom__white {
  border-bottom: 3px #FFFFFF solid;
}

.yp-border-bottom--box {
  width: 60px;
  position: absolute;
  bottom: 0;
}

.yp-main-navbar-wrapper {
  z-index: 10;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000000 !important;
}

.yp-sub-navbar-wrapper {
  z-index: 1;
  min-height: 80px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1803921569);
}

#sub-header-navbar li a {
  color: #000000;
}

#sub-header-navbar li .dropdown-menu {
  margin-top: 0 !important;
  border-radius: 0px 0px 0px 8px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1803921569);
}

@media (max-width: 900px) {
  .yp-v5-search-input-box {
    width: 210px;
  }
}
@media (min-width: 768px) {
  #sub-header-navbar li {
    display: flex;
    align-items: center;
  }
  .yp-sub-navbar-wrapper {
    height: 80px;
  }
  .yp-h-min-md-100 {
    height: 100%;
  }
}
#yp-main-navbar-search-input {
  border-radius: 6px;
}

@media (max-width: 767.9px) {
  .yp-sub-navbar-wrapper {
    min-height: 50px;
  }
  .yp-navbar-mob-menu--list {
    background-color: white;
    /*width: 222px;*/
    border-radius: 0px 0px 8px 0px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1803921569);
  }
  .yp-header-menu__languages .dropdown-menu, .yp-header-menu__products .dropdown-menu {
    box-shadow: none !important;
  }
}
.yp-navbar-mob-menu--btn {
  height: 50px;
}

.yp-my-accounts-menu {
  max-height: 100px;
  overflow: scroll;
}

.yp-main-navbar-wrapper {
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.yp-main-navbar-wrapper .dropdown-toggle::after {
  transition: transform 0.4s ease;
  transform-origin: center;
}
.yp-main-navbar-wrapper .dropdown-toggle[aria-expanded=true]::after,
.yp-main-navbar-wrapper .dropdown-toggle:hover::after {
  transform: rotate(180deg);
}

.yp-sub-navbar-wrapper {
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

#yp-navbar-content,
.yp-navbar-special-border-allowed {
  z-index: 100;
  position: relative;
}
#yp-navbar-content .yp-fa-user,
.yp-navbar-special-border-allowed .yp-fa-user {
  color: lightskyblue;
}
#yp-navbar-content .yp-dropdown-toggle::after,
.yp-navbar-special-border-allowed .yp-dropdown-toggle::after {
  display: none;
}
@media (min-width: 767.9px) {
  #yp-navbar-content .dropdown:hover > .dropdown-menu,
  .yp-navbar-special-border-allowed .dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
#yp-navbar-content .yp-admin-dropdown-border:hover,
#yp-navbar-content .yp-admin-dropdown-border:focus-within,
.yp-navbar-special-border-allowed .yp-admin-dropdown-border:hover,
.yp-navbar-special-border-allowed .yp-admin-dropdown-border:focus-within {
  border-bottom: 4px solid #dcb74f !important;
}
#yp-navbar-content .yp-dropdown-border:hover,
#yp-navbar-content .yp-dropdown-border:focus-within,
.yp-navbar-special-border-allowed .yp-dropdown-border:hover,
.yp-navbar-special-border-allowed .yp-dropdown-border:focus-within {
  border-bottom: 4px solid #33B4E4;
}
#yp-navbar-content .yp-dropdown-border:hover div.dropdown-menu,
.yp-navbar-special-border-allowed .yp-dropdown-border:hover div.dropdown-menu {
  display: block !important;
}

.yp-dropdown-scrollable {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

#main-header-navbar .yp-dropdown-toggle::after {
  display: none;
}
#main-header-navbar .dropdown:hover > div.dropdown-menu {
  display: block !important;
}
#main-header-navbar .yp-dropdown-border:hover {
  border-bottom: 4px solid #33B4E4;
}

#yp-navbar-icon-upload {
  color: #bbb;
  font-size: 1.2rem !important;
}

#yp-navbar-icon-upload:hover {
  color: #d6d6d6;
}

#yp-navbar-icon-upload-green {
  color: #1abf46;
  font-size: 1.2rem !important;
}

#yp-navbar-icon-upload-green:hover {
  color: #21ad56;
}

#yp-navbar-icon-upload-green svg {
  top: -2px;
}

.yp-upload-btn-left-sidebar, yp-upload-btn-left-sidebar:hover, .yp-upload-btn-left-sidebar i, .yp-upload-btn-left-sidebar i:hover {
  color: #000000 !important;
}

#yp-sidebar-left ul li a.yp-upload-btn-left-sidebar {
  line-height: 32px !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

#yp-navbar-icon-user {
  width: 36px;
  height: 36px;
  color: #f8f8f8;
  font-size: 1.2rem !important;
}

#yp-navbar-mobile-icon-user {
  color: #f8f8f8;
  font-size: 1.2rem !important;
}

.yp-navbar-menu-avatar {
  width: 25px !important;
}

.yp-main-nav-avatar {
  display: block;
  border-radius: 50%;
  width: 37px;
  background-size: 36px;
  cursor: pointer;
}

.yp-nav-mobile-close-btn {
  cursor: pointer;
}

.navbar-brand {
  margin-right: 1.5rem !important;
}

.yp-main-nav-user-dropdown-toggle .dropdown-menu {
  display: block;
}

.yp-main-nav-bar-wrapper {
  background-color: red;
  height: 50px;
  color: #FFF;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.admin-icon {
  background: #dcb74f;
  background: -moz-linear-gradient(top, #dcb74f 0%, #e0bb53 50%, #b37d10 100%);
  background: -webkit-linear-gradient(top, #dcb74f 0%, #e0bb53 50%, #b37d10 100%);
  background: linear-gradient(to bottom, #dcb74f 0%, #e0bb53 50%, #b37d10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$goldyellow, endColorstr=#b37d10, GradientType=0);
  border-radius: 50%;
  width: 80% !important;
  margin-left: 3px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 400px) {
  .yp-main-nav-avatar {
    width: 34px !important;
  }
}
.yp-language-col {
  flex-grow: 1;
  flex-basis: 0;
}

@media (min-width: 992px) {
  .yp-language-col {
    flex-grow: initial;
    flex-basis: 0;
  }
}
.yp-buy__btn {
  border-radius: 6px !important;
  font-size: 14px !important;
  height: 40px;
}

.navbar.navbar-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/*
 * Feedback
 */
.yp-feedback-review-container {
  background-color: #405B6C;
  height: 50px;
  color: #FFF;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
}

.yp-feedback-review-container span {
  display: inline-block;
  white-space: nowrap;
  -moz-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  overflow: hidden;
  font-size: 16px;
  margin-top: 16px;
}

.yp-feedback-button {
  color: #fff;
  font-size: 24px;
  padding: 1px;
  display: inline-block;
  margin-left: 4px;
  border: none;
  position: relative;
}

.yp-close-feedback-review {
  float: right;
  font-size: 15px;
  margin-right: 5px;
  margin-top: 15px;
  font-weight: 100;
  cursor: pointer;
}

.yp-feedback-button.button-smile:hover {
  color: #00cc66 !important;
}

.yp-feedback-button.button-meh:hover {
  color: #ee9a49 !important;
}

.yp-feedback-button.button-frown:hover {
  color: #cd4f39 !important;
}

.yp-modal-policy-v5 {
  text-align: left;
}

@media (max-width: 450px) {
  .yp-feedback-review-container span {
    max-width: 50%;
  }
}
/*
* New Styles
*/
.yp-main-navbar-wrapper {
  font-family: "Open Sans", sans-serif;
}
.yp-main-navbar-wrapper nav {
  max-width: 1440px;
  margin: auto;
}
.yp-main-navbar-wrapper .nav-item a {
  color: #757575;
}
.yp-main-navbar-wrapper .nav-item a:hover {
  color: #000000;
}
.yp-main-navbar-wrapper .dropdown-header {
  color: #000000;
}
.yp-main-navbar-wrapper a.dropdown-item {
  font-size: 0.875em;
  color: #000000;
  padding: 0.25rem 1.5rem;
  white-space: nowrap;
}
.yp-main-navbar-wrapper a.dropdown-item:active, .yp-main-navbar-wrapper a.dropdown-item:hover {
  background: #eee !important;
}
.yp-main-navbar-wrapper .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  border-radius: 0.25rem;
  margin: 0.125rem 0 0;
}
.yp-main-navbar-wrapper .dropdown-menu-right {
  right: 0;
  left: auto;
}
.yp-main-navbar-wrapper input {
  background-color: transparent;
  border-radius: 2rem !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-clip: padding-box;
  border: 1px solid #CDD7DB;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.yp-main-navbar-wrapper input:focus {
  border: 1px solid #33B4E4 !important;
  box-shadow: none;
}
.yp-main-navbar-wrapper input::placeholder {
  color: #757575;
}

#yp-main-navbar-search {
  position: relative;
  display: flex;
}
#yp-main-navbar-search::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  left: 6px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  color: #000000;
  transform: rotate(90deg);
}
#yp-main-navbar-search .yp-clear-search {
  position: absolute;
  top: 6px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 90%;
  display: none;
}

.yp-dropdown-toggle::after {
  display: none;
}

.yp-bg__blue {
  cursor: pointer;
  background-color: #33B4E4 !important;
  border-color: #33B4E4 !important;
  color: #000000 !important;
}

#yp-main-navbar-search-input::placeholder {
  opacity: 0.5;
}

@media (max-width: 1023px) {
  .yp-main-navbar-wrapper .navbar-nav .dropdown-menu {
    position: static;
  }
}
.yp-navbar-fixed {
  position: fixed;
  width: 100%;
  background: white;
}

.yp-navbar-align-items-stretch {
  align-items: stretch !important;
}
.yp-navbar-align-items-stretch #yp-navbar-logo,
.yp-navbar-align-items-stretch #yp-main-navbar-search {
  align-self: center;
}

/* eb-garamond-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-500 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-600 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-700 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-800 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-500italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-600italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-700italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-800italic - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff2") format("woff2"), url("./plugins/webfonts/eb-garamond-v24-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff2") format("woff2"), url("./plugins/webfonts/open-sans-v28-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-200 - Inter_28pt-ExtraLight */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/Inter_28pt-ExtraLight.ttf") format("truetype");
}
/* inter-300 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-500 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-800 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2") format("woff2"), url("./plugins/webfonts/inter-v8-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-500 - lora-medium */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/Lora-Medium.woff2") format("woff2");
}
/* CourierPrime-700 - Courier-Bold */
@font-face {
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/CourierPrime-Bold.woff2") format("woff2");
}
/*
 * General fonts size
 */
.yp-text__break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.yp-font-size__6 {
  font-size: 0.375rem !important;
}

.yp-font-size__9 {
  font-size: 0.563rem !important;
}

.yp-font-size__10 {
  font-size: 0.625rem !important;
}

.yp-font-size__12 {
  font-size: 0.75rem !important;
}

.yp-font-size__11 {
  font-size: 0.688rem !important;
}

.yp-font-size__13 {
  font-size: 0.813rem !important;
}

.yp-font-size__13-5 {
  font-size: 13.5px !important;
}

.yp-font-size__14 {
  font-size: 0.875rem !important;
}

.yp-font-size__15 {
  font-size: 0.938rem !important;
}

.yp-font-size__16 {
  font-size: 1rem !important;
}

.yp-font-size__17 {
  font-size: 1.063rem !important;
}

.yp-font-size__17-5 {
  font-size: 1.1rem !important;
}

.yp-font-size__18 {
  font-size: 1.125rem !important;
}

.yp-font-size__19 {
  font-size: 1.2rem !important;
}

.yp-font-size__20 {
  font-size: 1.3rem !important;
}

.yp-font-size__21 {
  font-size: 1.313rem !important;
}

.yp-font-size__22 {
  font-size: 1.375rem !important;
}

.yp-font-size__23 {
  font-size: 1.438rem !important;
}

.yp-font-size__24 {
  font-size: 1.5rem !important;
}

.yp-font-size__25 {
  font-size: 1.563rem !important;
}

.yp-font-size__26 {
  font-size: 1.6rem !important;
}

.yp-font-size__27 {
  font-size: 1.688rem !important;
}

.yp-font-size__28 {
  font-size: 1.75rem !important;
}

.yp-font-size__29 {
  font-size: 1.813rem !important;
}

.yp-font-size__30 {
  font-size: 1.875rem !important;
}

.yp-font-size__30-5 {
  font-size: 1.88rem !important;
}

.yp-font-size__31 {
  font-size: 1.938rem !important;
}

.yp-font-size__32 {
  font-size: 2rem !important;
}

@media (min-width: 768px) {
  .yp-font-size-md__32 {
    font-size: 2rem !important;
  }
}
.yp-font-size__34 {
  font-size: 2.125rem !important;
}

.yp-font-size__35 {
  font-size: 2.188rem !important;
}

.yp-font-size__36 {
  font-size: 2.25rem !important;
}

.yp-font-size__40 {
  font-size: 2.5rem !important;
}

@media (min-width: 992px) {
  .yp-font-size-lg__40 {
    font-size: 2.5rem !important;
  }
}
.yp-font-size__43 {
  font-size: 2.688rem !important;
}

@media (min-width: 992px) {
  .yp-font-size-lg__43 {
    font-size: 2.688rem !important;
  }
}
.yp-font-size__45 {
  font-size: 2.813rem !important;
}

.yp-font-size__46 {
  font-size: 2.875rem !important;
}

.yp-font-size__47 {
  font-size: 2.938rem !important;
}

.yp-font-size__48 {
  font-size: 3rem !important;
}

.yp-font-size__50 {
  font-size: 3.125rem !important;
}

@media (min-width: 992px) {
  .yp-font-size-lg__50 {
    font-size: 3.125rem !important;
  }
}
.yp-font-size__52 {
  font-size: 3.25rem !important;
}

.yp-font-size__53 {
  font-size: 3.313rem !important;
}

.yp-font-size__54 {
  font-size: 3.375rem !important;
}

.yp-font-size__55 {
  font-size: 3.438rem !important;
}

.yp-font-size__56 {
  font-size: 3.5rem !important;
}

.yp-font-size__57 {
  font-size: 3.563rem !important;
}

.yp-font-size__60 {
  font-size: 3.75rem !important;
}

.yp-font-size__65 {
  font-size: 4.063rem !important;
}

.yp-font-size__68 {
  font-size: 4.25rem !important;
}

.yp-font-size__80 {
  font-size: 5rem !important;
}

.yp-font-size__90 {
  font-size: 5.625rem !important;
}

.yp-font-size__96 {
  font-size: 6rem !important;
}

.yp-font-size__100 {
  font-size: 6.25rem !important;
}

.yp-font-size__110 {
  font-size: 6.875rem !important;
}

.yp-font-size__118 {
  font-size: 7.375rem !important;
}

.yp-font-size__122 {
  font-size: 7.625rem !important;
}

.yp-font-size__140 {
  font-size: 8.75rem !important;
}

/*
 * General fonts weights
 */
.yp-font-weight__200 {
  font-weight: 200 !important;
}

.yp-font-weight__300 {
  font-weight: 300 !important;
}

.yp-font-weight__400 {
  font-weight: 400 !important;
}

.yp-font-weight__500 {
  font-weight: 500 !important;
}

.yp-font-weight__300 {
  font-weight: 300 !important;
}

.yp-font-weight__600 {
  font-weight: 600 !important;
}

.yp-font-weight__700 {
  font-weight: 700 !important;
}

.yp-font-weight__800 {
  font-weight: 800 !important;
}

/*
 * General fonts colors
 */
.yp-font__transparent {
  color: transparent !important;
}

.yp-font__sharpblue {
  color: #007bff !important;
}

.yp-font__primaryBlue {
  color: #00445d !important;
}

.yp-font__blue {
  color: #33B4E4 !important;
}

.yp-font__hoverblue {
  color: #006489 !important;
}

.yp-font__aquaGreen {
  color: #59CED1 !important;
}

.yp-font__newaqualiteGreen {
  color: #4ED6D6 !important;
}

.yp-font__dulldarkgrey {
  color: #707070 !important;
}

.yp-font__darkgrey {
  color: #000000 !important;
}

.yp-font__verydarkgrey {
  color: #000000 !important;
}

.yp-font__grey {
  color: #757575 !important;
}

.yp-font__midgrey {
  color: #868585 !important;
}

.yp-font__midgrey--1 {
  color: #AAAAAA !important;
}

.yp-font__newsBlue {
  color: #4ED6D4 !important;
}

.yp-font__white {
  color: #FFFFFF !important;
}

.yp-font__lightgrey {
  color: #757575 !important;
}

.yp-font__dullblack {
  color: #030303 !important;
}

.yp-font__midblack {
  color: #0B2626 !important;
}

.yp-font__paleGrey {
  color: #757575 !important;
}

.yp-font__black {
  color: black !important;
}

.yp-font__green {
  color: #26C261 !important;
}

.yp-font__orange {
  color: orange !important;
}

.yp-font__red {
  color: #fc0f1c !important;
}

.yp-font__infoBlue {
  color: #60C0DC !important;
}

.yp-font__lightBlue {
  color: #00729D;
}

.yp-font__nealBlue {
  color: #94cffd;
}

.yp-font__turquise {
  color: #42BFBF;
}

.yp-font__darkBlue {
  color: #33B4E4 !important;
}

.yp-font__skyBlue {
  color: #009DD7 !important;
}

.yp-font__newaquaGreen {
  color: #30B4B4 !important;
}

.yp-font__newaquaGreen--1 {
  color: #33B4B4 !important;
}

.yp-font__warnyellow {
  color: #F1C40F;
}

.yp-font__lightergrey {
  color: #979797 !important;
}

.yp-font__mediumlightgrey {
  color: #999999;
}

.yp-font__tableheadGrey {
  color: #757575;
}

.yp-font__uploadicongrey {
  color: #bbb;
}

.yp-font__orange {
  color: #FD9506;
}

.yp-font__orangeDull {
  color: #FFB237;
}

.yp-font__orangeDull--1 {
  color: #FCB036 !important;
}

.yp-font__darkerGreen {
  color: #008137 !important;
}

.yp-font__brightGreen {
  color: #00C654 !important;
}

.yp-font-checkGreen {
  color: #27AF1B !important;
}

.yp-font__facebook {
  color: #4b6ea8;
}

.yp-font__twitter {
  color: #5fa6da;
}

.yp-font__pinterest {
  color: #cb2027;
}

.yp-font__linkedin {
  color: #0274b3;
}

.yp-font__mailred {
  color: #e65117;
}

.yp-font__errorRed {
  color: #B21010;
}

.yp-font__richBlue {
  color: #009DD7;
}

.yp-font__blue-gradient {
  background: var(--Gradient-2025, linear-gradient(108deg, #01A1DE 23.67%, #49D2D2 54.67%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yp-rounded-icon {
  background: #333;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.yp-rounded-icon.yp-bg__facebook {
  background: #4b6ea8;
}
.yp-rounded-icon.yp-bg__twitter {
  background: #5fa6da;
}
.yp-rounded-icon.yp-bg__pinterest {
  background: #cb2027;
}
.yp-rounded-icon.yp-bg__linkedin {
  background: #0274b3;
}
.yp-rounded-icon.yp-bg__email {
  background: #647071;
}

/* roboto-300  */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/Roboto-Light.woff2") format("woff2");
}
/* roboto-400 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/Roboto-Regular.woff2") format("woff2");
}
/* roboto-500 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/Roboto-Medium.woff2") format("woff2");
}
/* roboto-700 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/Roboto-Bold.woff2") format("woff2");
}
/* roboto-800 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(""), url("./plugins/webfonts/Roboto-Black.woff2") format("woff2");
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
 * General Button Styles
 */
.btn-primary, .yp-v5-button-primary {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #33B4E4 !important;
  border: 1px solid #33B4E4 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-primary i.fa-arrow-right, .yp-v5-button-primary i.fa-arrow-right,
.btn-primary i.fa-arrow-left,
.yp-v5-button-primary i.fa-arrow-left,
.btn-primary span.fa-arrow-right,
.yp-v5-button-primary span.fa-arrow-right,
.btn-primary span.fa-arrow-left,
.yp-v5-button-primary span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-primary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-primary:active, .yp-v5-button-primary:active {
  opacity: 0.7;
}
.btn-primary.disable, .disable.yp-v5-button-primary, .btn-primary.disabled, .disabled.yp-v5-button-primary, .btn-primary:disabled, .yp-v5-button-primary:disabled, .btn-primary[disabled], [disabled].yp-v5-button-primary, .btn-primary[aria-disabled=true], [aria-disabled=true].yp-v5-button-primary {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-primary[aria-busy=true], [aria-busy=true].yp-v5-button-primary {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-primary[aria-busy=true]::before, [aria-busy=true].yp-v5-button-primary::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-primary[aria-busy=true]:hover, [aria-busy=true].yp-v5-button-primary:hover {
  background: transparent;
  border-color: #000000;
}

.btn-success, .yp-v5-button-darkgreen, .yp-v5-button-neon-green, .yp-v5-button-bright-green, .yp-v5-button-green {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #26C261 !important;
  border: 1px solid #26C261 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-success i.fa-arrow-right, .yp-v5-button-darkgreen i.fa-arrow-right, .yp-v5-button-neon-green i.fa-arrow-right, .yp-v5-button-bright-green i.fa-arrow-right, .yp-v5-button-green i.fa-arrow-right,
.btn-success i.fa-arrow-left,
.yp-v5-button-darkgreen i.fa-arrow-left,
.yp-v5-button-neon-green i.fa-arrow-left,
.yp-v5-button-bright-green i.fa-arrow-left,
.yp-v5-button-green i.fa-arrow-left,
.btn-success span.fa-arrow-right,
.yp-v5-button-darkgreen span.fa-arrow-right,
.yp-v5-button-neon-green span.fa-arrow-right,
.yp-v5-button-bright-green span.fa-arrow-right,
.yp-v5-button-green span.fa-arrow-right,
.btn-success span.fa-arrow-left,
.yp-v5-button-darkgreen span.fa-arrow-left,
.yp-v5-button-neon-green span.fa-arrow-left,
.yp-v5-button-bright-green span.fa-arrow-left,
.yp-v5-button-green span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-success:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-darkgreen:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-neon-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-bright-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-darkgreen:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-neon-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-bright-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-success:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-darkgreen:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-neon-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-bright-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-success:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-darkgreen:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-neon-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-bright-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-success:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-darkgreen:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-neon-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-bright-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-green:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-success:active, .yp-v5-button-darkgreen:active, .yp-v5-button-neon-green:active, .yp-v5-button-bright-green:active, .yp-v5-button-green:active {
  opacity: 0.7;
}
.btn-success.disable, .disable.yp-v5-button-darkgreen, .disable.yp-v5-button-neon-green, .disable.yp-v5-button-bright-green, .disable.yp-v5-button-green, .btn-success.disabled, .disabled.yp-v5-button-darkgreen, .disabled.yp-v5-button-neon-green, .disabled.yp-v5-button-bright-green, .disabled.yp-v5-button-green, .btn-success:disabled, .yp-v5-button-darkgreen:disabled, .yp-v5-button-neon-green:disabled, .yp-v5-button-bright-green:disabled, .yp-v5-button-green:disabled, .btn-success[disabled], [disabled].yp-v5-button-darkgreen, [disabled].yp-v5-button-neon-green, [disabled].yp-v5-button-bright-green, [disabled].yp-v5-button-green, .btn-success[aria-disabled=true], [aria-disabled=true].yp-v5-button-darkgreen, [aria-disabled=true].yp-v5-button-neon-green, [aria-disabled=true].yp-v5-button-bright-green, [aria-disabled=true].yp-v5-button-green {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-success[aria-busy=true], [aria-busy=true].yp-v5-button-darkgreen, [aria-busy=true].yp-v5-button-neon-green, [aria-busy=true].yp-v5-button-bright-green, [aria-busy=true].yp-v5-button-green {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-success[aria-busy=true]::before, [aria-busy=true].yp-v5-button-darkgreen::before, [aria-busy=true].yp-v5-button-neon-green::before, [aria-busy=true].yp-v5-button-bright-green::before, [aria-busy=true].yp-v5-button-green::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-success[aria-busy=true]:hover, [aria-busy=true].yp-v5-button-darkgreen:hover, [aria-busy=true].yp-v5-button-neon-green:hover, [aria-busy=true].yp-v5-button-bright-green:hover, [aria-busy=true].yp-v5-button-green:hover {
  background: transparent;
  border-color: #000000;
}

.btn-warning {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #FD9506 !important;
  border: 1px solid #FD9506 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-warning i.fa-arrow-right,
.btn-warning i.fa-arrow-left,
.btn-warning span.fa-arrow-right,
.btn-warning span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-warning:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-warning:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-warning:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-warning:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-warning:active {
  opacity: 0.7;
}
.btn-warning.disable, .btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled], .btn-warning[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-warning[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-warning[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-warning[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}

.btn-info {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #49D2D2 !important;
  border: 1px solid #49D2D2 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-info i.fa-arrow-right,
.btn-info i.fa-arrow-left,
.btn-info span.fa-arrow-right,
.btn-info span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-info:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-info:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-info:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-info:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-info:active {
  opacity: 0.7;
}
.btn-info.disable, .btn-info.disabled, .btn-info:disabled, .btn-info[disabled], .btn-info[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-info[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-info[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-info[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}

.btn-danger, .yp-v5-button-danger, .yp-btn-delete {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid #DC0820 !important;
  color: #DC0820 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-danger i.fa-arrow-right, .yp-v5-button-danger i.fa-arrow-right, .yp-btn-delete i.fa-arrow-right,
.btn-danger i.fa-arrow-left,
.yp-v5-button-danger i.fa-arrow-left,
.yp-btn-delete i.fa-arrow-left,
.btn-danger span.fa-arrow-right,
.yp-v5-button-danger span.fa-arrow-right,
.yp-btn-delete span.fa-arrow-right,
.btn-danger span.fa-arrow-left,
.yp-v5-button-danger span.fa-arrow-left,
.yp-btn-delete span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-btn-delete:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-btn-delete:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-btn-delete:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-btn-delete:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-danger:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-btn-delete:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-danger:active, .yp-v5-button-danger:active, .yp-btn-delete:active {
  opacity: 0.7;
}
.btn-danger.disable, .disable.yp-v5-button-danger, .disable.yp-btn-delete, .btn-danger.disabled, .disabled.yp-v5-button-danger, .disabled.yp-btn-delete, .btn-danger:disabled, .yp-v5-button-danger:disabled, .yp-btn-delete:disabled, .btn-danger[disabled], [disabled].yp-v5-button-danger, [disabled].yp-btn-delete, .btn-danger[aria-disabled=true], [aria-disabled=true].yp-v5-button-danger, [aria-disabled=true].yp-btn-delete {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-danger[aria-busy=true], [aria-busy=true].yp-v5-button-danger, [aria-busy=true].yp-btn-delete {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-danger[aria-busy=true]::before, [aria-busy=true].yp-v5-button-danger::before, [aria-busy=true].yp-btn-delete::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-danger[aria-busy=true]:hover, [aria-busy=true].yp-v5-button-danger:hover, [aria-busy=true].yp-btn-delete:hover {
  background: transparent;
  border-color: #000000;
}

.btn-basic, .yp-v5-button-secondary, .yp-v5-button-secondary--inverse, .yp-v5-button-transparent, .yp-v5-button-primary--inverse, .yp-btn-cancel {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid #00445D !important;
  color: #00445D !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-basic i.fa-arrow-right, .yp-v5-button-secondary i.fa-arrow-right, .yp-v5-button-secondary--inverse i.fa-arrow-right, .yp-v5-button-transparent i.fa-arrow-right, .yp-v5-button-primary--inverse i.fa-arrow-right, .yp-btn-cancel i.fa-arrow-right,
.btn-basic i.fa-arrow-left,
.yp-v5-button-secondary i.fa-arrow-left,
.yp-v5-button-secondary--inverse i.fa-arrow-left,
.yp-v5-button-transparent i.fa-arrow-left,
.yp-v5-button-primary--inverse i.fa-arrow-left,
.yp-btn-cancel i.fa-arrow-left,
.btn-basic span.fa-arrow-right,
.yp-v5-button-secondary span.fa-arrow-right,
.yp-v5-button-secondary--inverse span.fa-arrow-right,
.yp-v5-button-transparent span.fa-arrow-right,
.yp-v5-button-primary--inverse span.fa-arrow-right,
.yp-btn-cancel span.fa-arrow-right,
.btn-basic span.fa-arrow-left,
.yp-v5-button-secondary span.fa-arrow-left,
.yp-v5-button-secondary--inverse span.fa-arrow-left,
.yp-v5-button-transparent span.fa-arrow-left,
.yp-v5-button-primary--inverse span.fa-arrow-left,
.yp-btn-cancel span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-basic:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-secondary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-secondary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-transparent:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-v5-button-primary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-btn-cancel:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-basic:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-secondary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-secondary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-transparent:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-v5-button-primary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-btn-cancel:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-basic:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-secondary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-secondary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-transparent:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-v5-button-primary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-btn-cancel:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-basic:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-secondary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-secondary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-transparent:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-v5-button-primary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-btn-cancel:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-basic:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-secondary:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-secondary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-transparent:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-v5-button-primary--inverse:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-btn-cancel:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-basic:active, .yp-v5-button-secondary:active, .yp-v5-button-secondary--inverse:active, .yp-v5-button-transparent:active, .yp-v5-button-primary--inverse:active, .yp-btn-cancel:active {
  opacity: 0.7;
}
.btn-basic.disable, .disable.yp-v5-button-secondary, .disable.yp-v5-button-secondary--inverse, .disable.yp-v5-button-transparent, .disable.yp-v5-button-primary--inverse, .disable.yp-btn-cancel, .btn-basic.disabled, .disabled.yp-v5-button-secondary, .disabled.yp-v5-button-secondary--inverse, .disabled.yp-v5-button-transparent, .disabled.yp-v5-button-primary--inverse, .disabled.yp-btn-cancel, .btn-basic:disabled, .yp-v5-button-secondary:disabled, .yp-v5-button-secondary--inverse:disabled, .yp-v5-button-transparent:disabled, .yp-v5-button-primary--inverse:disabled, .yp-btn-cancel:disabled, .btn-basic[disabled], [disabled].yp-v5-button-secondary, [disabled].yp-v5-button-secondary--inverse, [disabled].yp-v5-button-transparent, [disabled].yp-v5-button-primary--inverse, [disabled].yp-btn-cancel, .btn-basic[aria-disabled=true], [aria-disabled=true].yp-v5-button-secondary, [aria-disabled=true].yp-v5-button-secondary--inverse, [aria-disabled=true].yp-v5-button-transparent, [aria-disabled=true].yp-v5-button-primary--inverse, [aria-disabled=true].yp-btn-cancel {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-basic[aria-busy=true], [aria-busy=true].yp-v5-button-secondary, [aria-busy=true].yp-v5-button-secondary--inverse, [aria-busy=true].yp-v5-button-transparent, [aria-busy=true].yp-v5-button-primary--inverse, [aria-busy=true].yp-btn-cancel {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-basic[aria-busy=true]::before, [aria-busy=true].yp-v5-button-secondary::before, [aria-busy=true].yp-v5-button-secondary--inverse::before, [aria-busy=true].yp-v5-button-transparent::before, [aria-busy=true].yp-v5-button-primary--inverse::before, [aria-busy=true].yp-btn-cancel::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-basic[aria-busy=true]:hover, [aria-busy=true].yp-v5-button-secondary:hover, [aria-busy=true].yp-v5-button-secondary--inverse:hover, [aria-busy=true].yp-v5-button-transparent:hover, [aria-busy=true].yp-v5-button-primary--inverse:hover, [aria-busy=true].yp-btn-cancel:hover {
  background: transparent;
  border-color: #000000;
}
.btn-basic:active, .yp-v5-button-secondary:active, .yp-v5-button-secondary--inverse:active, .yp-v5-button-transparent:active, .yp-v5-button-primary--inverse:active, .yp-btn-cancel:active {
  opacity: 0.8;
}
.btn-basic.disable, .disable.yp-v5-button-secondary, .disable.yp-v5-button-secondary--inverse, .disable.yp-v5-button-transparent, .disable.yp-v5-button-primary--inverse, .disable.yp-btn-cancel, .btn-basic.disabled, .disabled.yp-v5-button-secondary, .disabled.yp-v5-button-secondary--inverse, .disabled.yp-v5-button-transparent, .disabled.yp-v5-button-primary--inverse, .disabled.yp-btn-cancel, .btn-basic:disabled, .yp-v5-button-secondary:disabled, .yp-v5-button-secondary--inverse:disabled, .yp-v5-button-transparent:disabled, .yp-v5-button-primary--inverse:disabled, .yp-btn-cancel:disabled, .btn-basic[disabled], [disabled].yp-v5-button-secondary, [disabled].yp-v5-button-secondary--inverse, [disabled].yp-v5-button-transparent, [disabled].yp-v5-button-primary--inverse, [disabled].yp-btn-cancel, .btn-basic[aria-disabled=true], [aria-disabled=true].yp-v5-button-secondary, [aria-disabled=true].yp-v5-button-secondary--inverse, [aria-disabled=true].yp-v5-button-transparent, [aria-disabled=true].yp-v5-button-primary--inverse, [aria-disabled=true].yp-btn-cancel {
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-primary-on-dark {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #00445D !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-primary-on-dark i.fa-arrow-right,
.btn-primary-on-dark i.fa-arrow-left,
.btn-primary-on-dark span.fa-arrow-right,
.btn-primary-on-dark span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-primary-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-primary-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-primary-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-primary-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-primary-on-dark:active {
  opacity: 0.7;
}
.btn-primary-on-dark.disable, .btn-primary-on-dark.disabled, .btn-primary-on-dark:disabled, .btn-primary-on-dark[disabled], .btn-primary-on-dark[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-primary-on-dark[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-primary-on-dark[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-primary-on-dark[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}
.btn-primary-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}

.btn-link, .yp-login-link,
.yp-registration-link,
.yp-registration-homepage-link {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid #33B4E4 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  display: inline;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  border: none !important;
  text-transform: none;
}
.btn-link i.fa-arrow-right, .yp-login-link i.fa-arrow-right,
.yp-registration-link i.fa-arrow-right,
.yp-registration-homepage-link i.fa-arrow-right,
.btn-link i.fa-arrow-left,
.yp-login-link i.fa-arrow-left,
.yp-registration-link i.fa-arrow-left,
.yp-registration-homepage-link i.fa-arrow-left,
.btn-link span.fa-arrow-right,
.yp-login-link span.fa-arrow-right,
.yp-registration-link span.fa-arrow-right,
.yp-registration-homepage-link span.fa-arrow-right,
.btn-link span.fa-arrow-left,
.yp-login-link span.fa-arrow-left,
.yp-registration-link span.fa-arrow-left,
.yp-registration-homepage-link span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-login-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover,
.yp-registration-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover,
.yp-registration-homepage-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right, .yp-login-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.yp-registration-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.yp-registration-homepage-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-login-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-registration-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right,
.yp-registration-homepage-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left, .yp-login-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.yp-registration-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.yp-registration-homepage-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-login-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-registration-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left,
.yp-registration-homepage-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-link:active, .yp-login-link:active,
.yp-registration-link:active,
.yp-registration-homepage-link:active {
  opacity: 0.7;
}
.btn-link.disable, .disable.yp-login-link,
.disable.yp-registration-link,
.disable.yp-registration-homepage-link, .btn-link.disabled, .disabled.yp-login-link,
.disabled.yp-registration-link,
.disabled.yp-registration-homepage-link, .btn-link:disabled, .yp-login-link:disabled,
.yp-registration-link:disabled,
.yp-registration-homepage-link:disabled, .btn-link[disabled], [disabled].yp-login-link,
[disabled].yp-registration-link,
[disabled].yp-registration-homepage-link, .btn-link[aria-disabled=true], [aria-disabled=true].yp-login-link,
[aria-disabled=true].yp-registration-link,
[aria-disabled=true].yp-registration-homepage-link {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-link[aria-busy=true], [aria-busy=true].yp-login-link,
[aria-busy=true].yp-registration-link,
[aria-busy=true].yp-registration-homepage-link {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-link[aria-busy=true]::before, [aria-busy=true].yp-login-link::before,
[aria-busy=true].yp-registration-link::before,
[aria-busy=true].yp-registration-homepage-link::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-link[aria-busy=true]:hover, [aria-busy=true].yp-login-link:hover,
[aria-busy=true].yp-registration-link:hover,
[aria-busy=true].yp-registration-homepage-link:hover {
  background: transparent;
  border-color: #000000;
}

.btn-clear {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}

.btn-plan-free {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #00445D !important;
  border: 1px solid #00445D !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-plan-free i.fa-arrow-right,
.btn-plan-free i.fa-arrow-left,
.btn-plan-free span.fa-arrow-right,
.btn-plan-free span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-plan-free:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-plan-free:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-plan-free:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-plan-free:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-plan-free:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-plan-free:active {
  opacity: 0.7;
}
.btn-plan-free.disable, .btn-plan-free.disabled, .btn-plan-free:disabled, .btn-plan-free[disabled], .btn-plan-free[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-plan-free[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-plan-free[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-plan-free[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}
.btn-plan-free-on-dark {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #00445D !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-plan-free-on-dark i.fa-arrow-right,
.btn-plan-free-on-dark i.fa-arrow-left,
.btn-plan-free-on-dark span.fa-arrow-right,
.btn-plan-free-on-dark span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-plan-free-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-plan-free-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-plan-free-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-plan-free-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-plan-free-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-plan-free-on-dark:active {
  opacity: 0.7;
}
.btn-plan-free-on-dark.disable, .btn-plan-free-on-dark.disabled, .btn-plan-free-on-dark:disabled, .btn-plan-free-on-dark[disabled], .btn-plan-free-on-dark[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-plan-free-on-dark[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-plan-free-on-dark[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-plan-free-on-dark[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}
.btn-plan-free-on-dark:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.btn-plan-adfree {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #33B4E4 !important;
  border: 1px solid #33B4E4 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-plan-adfree i.fa-arrow-right,
.btn-plan-adfree i.fa-arrow-left,
.btn-plan-adfree span.fa-arrow-right,
.btn-plan-adfree span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-plan-adfree:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-plan-adfree:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-plan-adfree:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-plan-adfree:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-plan-adfree:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-plan-adfree:active {
  opacity: 0.7;
}
.btn-plan-adfree.disable, .btn-plan-adfree.disabled, .btn-plan-adfree:disabled, .btn-plan-adfree[disabled], .btn-plan-adfree[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-plan-adfree[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-plan-adfree[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-plan-adfree[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}
.btn-plan-webkiosk {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #49D2D2 !important;
  border: 1px solid #49D2D2 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-plan-webkiosk i.fa-arrow-right,
.btn-plan-webkiosk i.fa-arrow-left,
.btn-plan-webkiosk span.fa-arrow-right,
.btn-plan-webkiosk span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-plan-webkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-plan-webkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-plan-webkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-plan-webkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-plan-webkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-plan-webkiosk:active {
  opacity: 0.7;
}
.btn-plan-webkiosk.disable, .btn-plan-webkiosk.disabled, .btn-plan-webkiosk:disabled, .btn-plan-webkiosk[disabled], .btn-plan-webkiosk[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-plan-webkiosk[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-plan-webkiosk[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-plan-webkiosk[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}
.btn-plan-appkiosk {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #26C261 !important;
  border: 1px solid #26C261 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-plan-appkiosk i.fa-arrow-right,
.btn-plan-appkiosk i.fa-arrow-left,
.btn-plan-appkiosk span.fa-arrow-right,
.btn-plan-appkiosk span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-plan-appkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-plan-appkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-plan-appkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-plan-appkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-plan-appkiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-plan-appkiosk:active {
  opacity: 0.7;
}
.btn-plan-appkiosk.disable, .btn-plan-appkiosk.disabled, .btn-plan-appkiosk:disabled, .btn-plan-appkiosk[disabled], .btn-plan-appkiosk[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-plan-appkiosk[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-plan-appkiosk[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-plan-appkiosk[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}
.btn-plan-prokiosk {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #FD9506 !important;
  border: 1px solid #FD9506 !important;
  color: #000000 !important;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.btn-plan-prokiosk i.fa-arrow-right,
.btn-plan-prokiosk i.fa-arrow-left,
.btn-plan-prokiosk span.fa-arrow-right,
.btn-plan-prokiosk span.fa-arrow-left {
  transform: translate(0);
  transition: 0.15s;
}
.btn-plan-prokiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  background-color: transparent !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-plan-prokiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-right,
.btn-plan-prokiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-right {
  transform: translate(0.3125rem);
}
.btn-plan-prokiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover i.fa-arrow-left,
.btn-plan-prokiosk:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover span.fa-arrow-left {
  transform: translate(-0.3125rem);
}
.btn-plan-prokiosk:active {
  opacity: 0.7;
}
.btn-plan-prokiosk.disable, .btn-plan-prokiosk.disabled, .btn-plan-prokiosk:disabled, .btn-plan-prokiosk[disabled], .btn-plan-prokiosk[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-plan-prokiosk[aria-busy=true] {
  color: transparent !important;
  background: transparent;
  border-color: #000000;
  transition: 0s;
  position: relative;
}
.btn-plan-prokiosk[aria-busy=true]::before {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", serif;
  color: #000000;
  transform: rotate(0);
  animation: spin 1s infinite linear;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}
.btn-plan-prokiosk[aria-busy=true]:hover {
  background: transparent;
  border-color: #000000;
}

.yp-plan__box-active [class*=btn-plan-]:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.yp-plan__box-active .btn-link, .yp-plan__box-active .yp-login-link,
.yp-plan__box-active .yp-registration-link,
.yp-plan__box-active .yp-registration-homepage-link {
  color: #ffffff !important;
}
.yp-plan__box-active .btn-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover, .yp-plan__box-active .yp-login-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover,
.yp-plan__box-active .yp-registration-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover,
.yp-plan__box-active .yp-registration-homepage-link:not(:disabled):not(.disabled):not(.disable):not([aria-disabled=true]):not([aria-busy=true]):hover {
  color: #ffffff !important;
}

.yp-login-link,
.yp-registration-link,
.yp-registration-homepage-link {
  font-size: inherit;
}

.btn-old-additional-styles, .yp-v5-button-secondary, .yp-v5-button-secondary--inverse, .yp-v5-button-transparent, .yp-v5-button-primary--inverse, .yp-v5-button-primary, .yp-v5-button-danger {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

.yp-addbtn--width {
  width: 180px;
}

.yp-button__shadow {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
}

.yp-box__shadow {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
}

.yp-upload-frame__dashed {
  border: 2px dashed #757575;
  background-color: #f8f8f8;
  position: relative;
}

.yp-btn-dullyellow {
  background-color: #d6b628 !important;
  border-color: #d6b628 !important;
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 18px;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  transition: 0.15s;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}

.yp-btn--upgrade {
  background-color: #D6B84E !important;
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 18px;
  display: inline-block;
  padding: 8px 22px;
  position: relative;
  transition: 0.15s;
  font-weight: 700;
  cursor: pointer;
  line-height: 19.07px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
}
.yp-btn--upgrade:hover {
  color: #FFFFFF;
}

.yp-v5-button-primary_toggle:not(:disabled):not(.disabled).active, .yp-v5-button-primary_toggle:not(:disabled):not(.disabled):active, .show > .yp-v5-button-primary_toggle.dropdown-toggle {
  color: #000000;
  background-color: #33B4E4;
  border-color: #33B4E4 !important;
  box-shadow: none !important;
}

.yp-v5-button-primary_toggle {
  text-decoration: none;
  font-family: "Open Sans";
  position: relative;
  transition: 0.15s;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #fff;
  border: 0.5px solid #757575 !important;
  color: #757575;
}

.yp-v5-button-info {
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 18px;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  transition: 0.15s;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
  background-color: #60C0DC;
  border: 2px solid #60C0DC;
  color: #fff;
}

.yp-v5-button-aquainfo {
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 18px;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  transition: 0.15s;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
  background-color: #4ED6D6;
  border: 2px solid #4ED6D6;
  color: #fff;
}

.yp-v5-button-aquainfo--inverse {
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 18px;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  transition: 0.15s;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  background-color: transparent;
  border: 2px solid #4ED6D6;
  color: #4ED6D6;
}

.yp-v5-button-aquainfo--inverse:hover {
  color: #4ED6D6;
}

.yp-v5-button-aquainfo:hover {
  color: #fff;
  opacity: 0.85;
}

.yp-v5-button-primary[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

.yp-v5-button-primary__news {
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 22px;
  position: relative;
  transition: 0.15s;
  line-height: 19px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.01em;
  font-size: 14px;
  background-color: #4ED6D4 !important;
  color: #fff;
}
.yp-v5-button-primary__news:hover {
  color: #FFFFFF;
}

.yp-v5-button--dark {
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 22px;
  position: relative;
  transition: 0.15s;
  line-height: 19px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.01em;
  font-size: 14px;
  background-color: #1B3641 !important;
  color: #fff;
}
.yp-v5-button--dark:hover {
  color: #FFFFFF;
}

.yp-v5-button-primary__lg {
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 30px;
  position: relative;
  transition: 0.15s;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  background-color: #0082b2 !important;
  border: 2px solid #0082b2;
  color: #fff;
}

.yp-v5-button-transparent {
  margin: 0 8px 0 0;
  border-color: transparent !important;
}
.yp-v5-button-transparent:hover {
  border-color: transparent !important;
}

.yp-v5-button-transparent__round {
  border-radius: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: Open Sans, Arial, sans-serif;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 0px 15px;
}

.yp-btn-black__hover:hover {
  opacity: 0.85;
}

.yp-v5-button-round {
  text-decoration: none;
  font-family: Open Sans, Arial, sans-serif;
  border-radius: 18px;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  transition: 0.15s;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
  border: 2px solid;
}

.yp-btn-hover__lightgrey {
  color: #757575 !important;
}

.yp-js-mob-button-primary {
  font-weight: 600;
  font-size: 12px;
  margin-left: auto;
  padding: 6px 18px;
  border-style: none;
  line-height: 1px !important;
}

.yp-v5-icon-in--button {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  color: #d0d0d0;
  font-size: 16px !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.15s;
  padding: 0rem 0.3rem !important;
  border-radius: 0.3rem !important;
}

.yp-v5-icon-in--button:hover {
  color: #000000;
  background-color: #33B4E4;
  border-color: #33B4E4;
}

.yp-btn-hover__darkblue:hover,
.yp-btn-hover__blue:hover {
  cursor: pointer;
  background-color: #33B4E4 !important;
  color: #000000 !important;
  border-color: #33B4E4 !important;
}
.yp-btn-hover__darkblue:hover i,
.yp-btn-hover__darkblue:hover a,
.yp-btn-hover__darkblue:hover span,
.yp-btn-hover__darkblue:hover .yp-font__greyhover,
.yp-btn-hover__blue:hover i,
.yp-btn-hover__blue:hover a,
.yp-btn-hover__blue:hover span,
.yp-btn-hover__blue:hover .yp-font__greyhover {
  color: #000000 !important;
}

.yp-btn-hover__dullblack:hover {
  background-color: #030303;
  border-color: #030303;
  color: #FFFFFF !important;
  border-radius: 0;
}

.yp-btn-undo {
  max-width: 63px;
  padding: 0px 0px;
  font-size: 10px;
  line-height: 1.5;
}

.yp-btn-hotspot-xs {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
}

.yp-btn-xs {
  padding: 4px 13px;
  font-size: 11px;
  line-height: 1.5;
}

.yp-text-tranform--none {
  text-transform: none !important;
}

.yp-btn-sm {
  padding: 0.4rem 0.2rem;
  font-size: 0.745rem;
  line-height: 1.5;
  border-radius: 2.3rem;
}

.yp-btn-lg {
  padding: 0.6rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 2.5px;
  border-radius: 2.3rem;
}

.yp-btn-md {
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 2.5px;
  border-radius: 2.3rem;
}

.yp-v5-button-black {
  background-color: black !important;
  border-color: black !important;
}

.yp-product-card-btn {
  max-width: 250px;
  width: 90%;
}

.yp-v5-button-skyblue {
  background-color: #009DD7 !important;
  border: none !important;
  border-radius: 16px;
  color: #FFFFFF !important;
  text-transform: uppercase;
}

.yp-v5-button-mediumturquoise {
  background-color: #49D2D2;
  border: none !important;
  border-radius: 50px;
  color: black !important;
  text-transform: uppercase;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid hsla(220, 100%, 50%, 0.8) !important;
  outline-offset: 2px;
  user-select: auto;
  box-shadow: none !important;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none !important;
}

.privacy-switcher:focus-within,
.custom-checkbox:focus-within,
label.yp-app-icon-upload-btn:focus-within,
span.iu__button-selectfile:focus-within,
span.qq-upload-button-selector:focus-within,
label.yp-upload-background-img-label:focus-within,
label.yp-upload-player-logo-img-label:focus-within,
label.yp-upload-avatar-img-label:focus-within,
label.yp-v5-button-primary_toggle:focus-within {
  outline: 3px solid hsla(220, 100%, 50%, 0.8) !important;
  outline-offset: 2px;
  user-select: auto;
}

/* Chrome, Safari, Edge */
input[type=range]:focus-visible::-webkit-slider-thumb {
  outline: 3px solid hsla(220, 100%, 50%, 0.8);
  outline-offset: 2px;
  box-shadow: none;
  cursor: grab;
}

/* Firefox */
input[type=range]:focus-visible::-moz-range-thumb {
  outline: 3px solid hsla(220, 100%, 50%, 0.8);
  outline-offset: 2px;
  box-shadow: none;
  cursor: grab;
}

/* IE/Edge (older) */
input[type=range]:focus-visible::-ms-thumb {
  outline: 3px solid hsla(220, 100%, 50%, 0.8);
  outline-offset: 2px;
  box-shadow: none;
  cursor: grab;
}

.categories-chips .categories-chips__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.categories-chips .categories-chips__chip {
  position: relative;
  color: #007BA8;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  border: 1px solid #007BA8;
  border-radius: 30px;
  padding: 10px 14px;
  background: white;
  margin: 8px 8px 8px 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}
.categories-chips .categories-chips__chip span {
  position: relative;
}
.categories-chips .categories-chips__chip:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .categories-chips .categories-chips__chip {
    margin: 4px 4px 4px 0;
    font-size: 0.875rem;
  }
}
.blackweek-banner .yp-black-week-promo-logo, .blackweek-modal .yp-black-week-promo-logo {
  width: 120px;
}
.blackweek-banner .yp-black-week-promo-image, .blackweek-modal .yp-black-week-promo-image {
  width: 100%;
  object-fit: contain;
  height: auto;
  max-width: 443px;
}
.blackweek-banner .yp-black-week-promo-title, .blackweek-modal .yp-black-week-promo-title {
  font-size: 1rem;
}
.blackweek-banner .yp-black-week-promo-body, .blackweek-modal .yp-black-week-promo-body {
  padding: 12px;
  background-color: black;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .blackweek-banner .yp-black-week-promo-body, .blackweek-modal .yp-black-week-promo-body {
    padding: 10px 40px;
  }
}
.blackweek-banner .yp-black-week-product, .blackweek-modal .yp-black-week-product {
  border-radius: 1px;
  padding: 20px;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid var(--blackweek-highlight-color);
}
.blackweek-banner .product__discount, .blackweek-modal .product__discount {
  display: inline-block;
  padding: 4px 4px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  z-index: 10;
}
.blackweek-banner .product__discount--percent, .blackweek-modal .product__discount--percent {
  position: absolute;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  z-index: 3;
  background-color: var(--blackweek-highlight-color);
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  color: black;
  font-size: 12px;
  transform: rotate(13deg);
  outline: 10px solid black;
}
.blackweek-banner .product__title, .blackweek-modal .product__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.blackweek-banner .product__title .product__title--span s, .blackweek-modal .product__title .product__title--span s {
  color: var(--blackweek-highlight-color);
}
.blackweek-banner .product__code-wrapper, .blackweek-modal .product__code-wrapper {
  display: flex;
  background-color: rgba(217, 217, 217, 0.2);
  max-width: max-content;
  min-height: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 1px;
  border: 1px dashed #FFFFFF;
}
.blackweek-banner .product__description, .blackweek-modal .product__description {
  font-size: 0.75rem;
  color: white;
}
.blackweek-banner .product__list, .blackweek-modal .product__list {
  padding-left: 20px;
}
.blackweek-banner .product__list li, .blackweek-modal .product__list li {
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.6;
}
.blackweek-banner .product__list li::before, .blackweek-modal .product__list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: var(--blackweek-highlight-color);
}
.blackweek-banner .product__button, .blackweek-modal .product__button {
  display: block;
  border-radius: 30px;
  border: 0;
  width: 100%;
  margin: auto 0 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  color: #000000;
  background: var(--blackweek-highlight-color);
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .blackweek-banner .product__button, .blackweek-modal .product__button {
    font-size: 0.675rem;
    line-height: 25px;
  }
}
.blackweek-banner .product__code, .blackweek-modal .product__code {
  font-family: "Courier Prime", "Open Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: bold;
  color: var(--blackweek-highlight-color);
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: -1.8px;
  letter-spacing: 0.8px;
}
.blackweek-banner .product__code-label, .blackweek-modal .product__code-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  margin-right: 5px;
}
.blackweek-banner .blackweek__footer, .blackweek-modal .blackweek__footer {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 0.625rem;
  width: 100%;
  color: #707070;
}
@media (min-width: 768px) {
  .blackweek-banner .yp-black-week-product, .blackweek-modal .yp-black-week-product {
    padding: 18px;
  }
}
@media (min-width: 1024px) {
  .blackweek-banner .yp-black-week-promo-title, .blackweek-modal .yp-black-week-promo-title {
    font-size: 1.125rem;
  }
  .blackweek-banner .product__code-wrapper, .blackweek-modal .product__code-wrapper {
    max-width: unset;
  }
  .blackweek-banner .yp-black-week-promo-image, .blackweek-modal .yp-black-week-promo-image {
    width: 70%;
  }
  .blackweek-banner .yp-black-week-product .product__discount, .blackweek-modal .yp-black-week-product .product__discount {
    font-size: 1rem;
  }
  .blackweek-banner .yp-black-week-product .product__title, .blackweek-modal .yp-black-week-product .product__title {
    font-size: 1rem;
  }
  .blackweek-banner .yp-black-week-product .product__code, .blackweek-modal .yp-black-week-product .product__code {
    font-family: "Courier Prime", "Open Sans", sans-serif;
    font-size: 1rem;
  }
  .blackweek-banner .yp-black-week-product .product__list, .blackweek-modal .yp-black-week-product .product__list {
    padding-left: 30px;
  }
  .blackweek-banner .yp-black-week-product .product__list li, .blackweek-modal .yp-black-week-product .product__list li {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 576px) {
  .blackweek-modal .yp-black-week-product {
    padding: 10px;
  }
}
.blackweek-modal__logo {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blackweek-modal__logo {
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .blackweek-modal .product__title {
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 991px) {
  .blackweek-modal .product__discount--percent {
    font-size: 16px;
    width: 63px;
    height: 63px;
  }
}
@media only screen and (max-width: 576px) {
  .blackweek-modal .product__description {
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 576px) {
  .blackweek-modal .product__list li {
    font-size: 0.625rem;
  }
}

.blackweek-banner {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  overflow: hidden;
  color: white;
  background-color: black;
  width: 100%;
  font-size: 0.875rem;
}
.blackweek-banner #close-black-week-banner-button {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}
.blackweek-banner .banner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 625px;
  margin: auto;
  padding: 10px 20px;
  row-gap: 15px;
}
.blackweek-banner .banner__image {
  text-align: center;
}
.blackweek-banner .banner__image img {
  object-fit: contain;
  height: auto;
  max-width: 90%;
}
.blackweek-banner .banner__button-wrapper {
  max-width: 210px;
}
.blackweek-banner #yp-black-week-banner-button {
  max-width: 180px;
}
.blackweek-banner .product__title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 0.875rem;
  min-width: max-content;
  line-height: 0.7;
  color: white;
}
@media only screen and (max-width: 991px) {
  .blackweek-banner .product__title--span span {
    display: none;
  }
  .blackweek-banner .product__title--span span::before {
    content: "\a";
    white-space: pre;
  }
  .blackweek-banner .product__title--span s {
    display: none;
  }
}
.blackweek-banner .product__discount--percent {
  outline: 7px solid black;
  right: -5px;
  width: 40px;
  height: 40px;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .blackweek-banner .product__discount--percent {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    transform: unset;
    padding: 5px;
    outline: none;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .blackweek-banner .product__discount {
    display: none;
  }
}
.blackweek-banner .product__description {
  white-space: nowrap;
  color: white;
  font-size: 0.75rem;
}
.blackweek-banner .product__code-wrapper {
  max-width: max-content;
  color: white;
}
.blackweek-banner .product__code {
  font-size: 0.75rem;
}
.blackweek-banner .product__button {
  color: black;
  margin: auto;
}
.blackweek-banner .product__wrapper {
  width: 100%;
  position: relative;
  border-radius: 1px;
  border: 1px solid var(--blackweek-highlight-color);
  padding: 10px;
}
.blackweek-banner .blackweek__footer {
  font-size: 0.425rem;
  margin-bottom: -18px;
}
.blackweek-banner .product__parent {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 70%;
}
.blackweek-banner .product__child {
  display: flex;
  flex: 1 1 0;
}
@media only screen and (min-width: 450px) {
  .blackweek-banner .product__parent {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .blackweek-banner .banner__image {
    max-width: fit-content;
  }
  .blackweek-banner .banner__wrapper {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1100px;
  }
  .blackweek-banner .product__wrapper {
    padding: 10px;
  }
  .blackweek-banner .blackweek__footer {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .blackweek-banner .product__title {
    font-size: 1rem;
  }
  .blackweek-banner .product__description {
    font-size: 0.875rem;
  }
  .blackweek-banner .product__button {
    margin: 0 0 0 auto;
    font-size: 0.875rem;
  }
  .blackweek-banner .product__code {
    font-size: 0.85rem;
  }
  .blackweek-banner .banner__image img {
    max-width: unset;
    transform: scale(1.2);
  }
}

.yp-modal-full {
  max-width: 96% !important;
}

.yp-modal-xl {
  width: 96% !important;
  max-width: 756px !important;
}

@media (min-width: 768px) {
  .yp-modal-lg {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .yp-modal-lg {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .yp-modal-lg {
    max-width: 1170px !important;
  }
}
@media (min-width: 576px) {
  .yp-modal-sm {
    max-width: 470px !important;
  }
}
@media (min-width: 768px) {
  .yp-modal-md {
    max-width: 750px !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .yp-modal-md {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .yp-modal-md {
    max-width: 600px !important;
  }
}
@media (min-width: 768px) {
  .yp-modal-md-lg {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .yp-modal-md-lg {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .yp-modal-md-lg {
    max-width: 700px !important;
  }
}
@media (max-width: 1024px) {
  .modal-open {
    position: fixed;
  }
}
.modal-content {
  border: none !important;
  border-radius: 0px !important;
}

.yp-modal .yp-modal-content {
  border-radius: 0 !important;
}
.yp-modal .yp-modal-title {
  letter-spacing: 1.5px;
}
.yp-modal p {
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  word-spacing: 3px;
}
.yp-modal .btn {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  color: white;
}

.modal-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/*# sourceMappingURL=landingpage_styles.css.map */
