<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*why choose us start*/
.hr-filter-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
}
.hr-filter-tabs button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: var(--HR-secondary);
    background-color: var(--HR-light);
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin: 0;
    margin-right: -1px;
    cursor: pointer;
}
.hr-filter-tabs button:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--HR-primary);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.hr-filter-tabs button.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.hr-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
}
.hr-grid .hr-grid-img {
    -webkit-box-flex: 586px;
    -webkit-flex: 586px;
    -ms-flex: 586px;
    flex: 586px;
    border-radius: 0px;
    overflow: hidden;
}
.hr-grid .hr-grid-img {
    position: relative;
    display: inline-block;
}
.hr-grid .hr-grid-img img {
  display: block;
  width: 100%;
  height: auto;
}
.hr-grid .hr-grid-img .hr-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(14, 18, 29, 0.2);
      z-index: 1;
      border-radius: 20px;
}
[data-overlay]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
[data-overlay="title"]:before {
    background-color: var(--HR-secondary);
}
[data-opacity="2"]:before {
    opacity: .2;
}
.hr-grid .hr-grid-img img {
    width: 100%;
    border-radius: 20px;
}
/*.hr-grid .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.hr-grid .hr-grid-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--HR-light);
}
.hr-grid .hr-grid-img .play-btn:after, .hr-grid .hr-grid-img .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--HR-secondary);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.hr-grid .hr-grid-img .play-btn:after, .hr-grid .hr-grid-img .play-btn:before {
    background: var(--HR-primary);
}
.hr-grid .hr-grid .play-btn:after, .hr-grid .hr-grid .play-btn:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.hr-grid .hr-grid .play-btn&gt;span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background-color: var(--HR-light);
    color: var(--HR-primary);
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn.style3&gt;span {
    --icon-size: 80px;
    background: var(--HR-primary);
    color: var(--HR-light);
    font-size: 24px;
}*/
.hr-grid .hr-content {
    -webkit-box-flex: 554px;
    -webkit-flex: 554px;
    -ms-flex: 554px;
    flex: 554px;
}
.hr-grid .hr-title {
    margin-bottom: 22px;
}
.hr-grid .hr-title {
    font-family: var(--HR-font-02);
    font-size: 36px;
    line-height: 1.278;
    font-weight: 700;
}
.hr-content .hr-text {
    color: #888c97;
    margin-bottom: 25px;
}
.hr-grid .hr-checklist {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.hr-checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.hr-grid .hr-checklist ul {
/*    display: grid;*/
    grid-template-columns: auto auto;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.hr-checklist li {
    color: var(--HR-secondary);
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}
.hr-checklist li:first-child {
    margin-top: -0.5em;
}
.hr-checklist li {
    font-family: var(--HR-font-01);
    font-weight: 400;
    font-size: 18px;
    padding-left: 32px;
    margin-bottom: 14px;
}
.hr-checklist li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: var(--HR-secondary);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hr-checklist li:before {
    content: "\f336";
    font-size: 18px;
}
.hr-content .hr-checklist li {
    color: var(--HR-primary);
}
.hr-checklist li:last-child {
    margin-bottom: -0.5em;
}
.hr-feature-wrap {
    display: grid;
    grid-template-columns: auto auto;
}
.hr-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hr-feature_icon {
    min-width: 50px;
}
.hr-media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.hr-feature_subtitle {
    font-size: 14px;
    color: var(--HR-primary);
    margin-bottom: 0;
}
.hr-feature_title {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--HR-font-02);
}
.hr-filter-tabs button.active {
    color: var(--HR-light);
}
.hr-tab-content {
  display: none;
}
/* Show the active tab content */
.hr-tab-content.active {
  display: block;
}
/*why choose us end*/</pre></body></html>