.contact-us-card-wrapper__wrapper{background:#fff;border-radius:16px;padding:20px;min-height:186px;border-bottom:1px solid rgba(0,0,0,0.1)}
.contact-us-card-wrapper__title{font-size:12px;line-height:18px;font-weight:500;color:#000;margin-bottom:4px}
.contact-us-card-wrapper__body{display:flex;flex-direction:row}
.contact-us-card-wrapper__phone-numbers{margin-left:40px}
.contact-us-card-wrapper__country-dropdown{position:relative;width:350px;color:#000;font-weight:400;font-size:13px;line-height:20px}
.contact-us-card-wrapper__country-dropdown-toggle{border:solid 1px rgba(0,0,0,0.2);border-radius:10px;padding:0 12px 0 16px;width:100%;height:46px;cursor:pointer}
.contact-us-card-wrapper__country-dropdown-toggle:hover{border:solid 1px #000;background:#f5f6f9}
.contact-us-card-wrapper__dropdown-menu{max-height:256px;overflow:auto;padding:8px}
.contact-us-card-wrapper__dropdown-menu-wrapper{display:none;background:#fff;position:absolute;bottom:47px;border:solid 1px rgba(0,0,0,0.2);border-radius:10px;width:100%;box-shadow:0 10px 20px -12px rgba(0,0,0,0.2);-webkit-box-shadow:0 10px 20px -12px rgba(0,0,0,0.2);-moz-box-shadow:0 10px 20px -12px rgba(0,0,0,0.2);overflow:hidden}
.contact-us-card-wrapper__dropdown-menu::-webkit-scrollbar{width:10px}
.contact-us-card-wrapper__dropdown-menu::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5);border-radius:10px;border:2px solid transparent;background-clip:content-box}
.contact-us-card-wrapper__country-dropdown-toggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}
.contact-us-card-wrapper__country-dropdown-toggle img{width:16px;height:11px;margin-right:4.29px}
.contact-us-card-wrapper__country-dropdown-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center}
.contact-us-card-wrapper__country-dropdown-arrow svg{width:16px;height:16px}
.contact-us-card-wrapper__country-dropdown-country{width:100%;display:flex;flex-direction:row;align-items:center}
.contact-us-card-wrapper__dropdown-item{display:flex;flex-direction:row;align-items:center;width:100%;height:40px;padding-left:36px;font-weight:500;border-radius:10px;cursor:pointer}
.contact-us-card-wrapper__dropdown-item:hover{background:#f5f6f9}
.contact-us-card-wrapper__dropdown-item--active{background:#dddfe5}
.contact-us-card-wrapper__dropdown-item--active:hover{background:#dddfe5}
.contact-us-card-wrapper__dropdown-item img{width:16px;height:11px;margin-right:12px}
.contact-us-card-wrapper__support-hours{margin-top:20px}
.contact-us-card-wrapper__country-dropdown--active .contact-us-card-wrapper__dropdown-menu-wrapper{display:block}
.contact-us-card-wrapper__country-dropdown--active .contact-us-card-wrapper__country-dropdown-arrow{transform:rotate(180deg)}
.contact-us-card-wrapper__country-dropdown--active .contact-us-card-wrapper__country-dropdown-toggle{background:#f5f6f9;border:solid 2px #066fac}
@media only screen and (max-width:1099px) and (min-width:620px){.contact-us-card-wrapper__country-dropdown{width:300px}
}
@media only screen and (max-width:619px){.contact-us-card-wrapper__body{flex-direction:column}
.contact-us-card-wrapper__phone-numbers{margin-left:0}
.contact-us-card-wrapper__country-dropdown{width:100%}
}