@charset "UTF-8";
.main_banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 75px; }
  @media screen and (min-width: 1824px) {
    .main_banner {
      margin-top: calc(5.8601vw + -30px); } }
  @media screen and (min-width: 2560px) {
    .main_banner {
      margin-top: 120px; } }
  @media screen and (max-width: 1823px) {
    .main_banner {
      height: calc(500px - (1823px - 100vw) / 1.5);
      min-height: 260px; } }
  .main_banner.studentsafe {
    background-image: url("../public/imgs/studentsafe-landing-page.jpg");
    background-position: 15% top;
    background-repeat: no-repeat;
    background-size: cover; }
  .main_banner.workersafe {
    background-image: url("../public/imgs/workersafe_landing_bg.jpg");
    background-position: top right 40%;
    background-repeat: no-repeat;
    background-size: cover; }
  .main_banner.explorersafe {
    background-image: url("../public/imgs/explorer_landing_bg.jpg");
    background-position: top right 40%;
    background-repeat: no-repeat;
    background-size: cover; }
  .main_banner > .banner_overlay {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    position: relative; }
    .main_banner > .banner_overlay > .banner_tag, .main_banner > .banner_overlay > .policy_finder_mobile {
      min-width: 300px;
      width: 20.83333%;
      position: absolute;
      bottom: 1.5rem;
      left: 1.5rem;
      border: 1px solid white;
      border-top: none; }
      @media screen and (max-width: 767px) {
        .main_banner > .banner_overlay > .banner_tag, .main_banner > .banner_overlay > .policy_finder_mobile {
          min-width: 1px;
          width: calc(100% - 3rem); } }
      .main_banner > .banner_overlay > .banner_tag > img, .main_banner > .banner_overlay > .policy_finder_mobile > img {
        width: 100%;
        padding: 1.0rem 0.45rem; }
      .main_banner > .banner_overlay > .banner_tag .icon, .main_banner > .banner_overlay > .policy_finder_mobile .icon {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        position: absolute;
        top: 0%;
        left: 5%;
        transform: translateY(-50%) translateZ(0);
        -o-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0); }
        .main_banner > .banner_overlay > .banner_tag .icon.student, .main_banner > .banner_overlay > .policy_finder_mobile .icon.student {
          background-image: url("../public/imgs/student_safe_icon.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
        .main_banner > .banner_overlay > .banner_tag .icon.worker, .main_banner > .banner_overlay > .policy_finder_mobile .icon.worker {
          background-image: url("../public/imgs/worker_safe_icon.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
        .main_banner > .banner_overlay > .banner_tag .icon.explorer, .main_banner > .banner_overlay > .policy_finder_mobile .icon.explorer {
          background-image: url("../public/imgs/explorer_safe_icon.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
      .main_banner > .banner_overlay > .banner_tag:before, .main_banner > .banner_overlay > .policy_finder_mobile:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 3%;
        height: 1px;
        background: white; }
      .main_banner > .banner_overlay > .banner_tag:after, .main_banner > .banner_overlay > .policy_finder_mobile:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: calc((93%) - 1.25rem);
        height: 1px;
        background: white; }
        @media screen and (max-width: 1950px) {
          .main_banner > .banner_overlay > .banner_tag:after, .main_banner > .banner_overlay > .policy_finder_mobile:after {
            width: calc((93%) - 44px); } }
    .main_banner > .banner_overlay > .policy_finder_mobile {
      left: auto;
      display: none;
      right: 1.5rem;
      background: rgba(11, 100, 142, 0.7);
      border-top: 1px solid white; }
      .main_banner > .banner_overlay > .policy_finder_mobile img {
        opacity: 0; }
      .main_banner > .banner_overlay > .policy_finder_mobile .text {
        color: white;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        padding: 1.15rem 20px 1.25rem;
        font-size: 24px;
        line-height: 30px; }
      @media screen and (max-width: 1600px) {
        .main_banner > .banner_overlay > .policy_finder_mobile {
          display: block; } }
      @media screen and (max-width: 767px) {
        .main_banner > .banner_overlay > .policy_finder_mobile {
          display: none; } }
      .main_banner > .banner_overlay > .policy_finder_mobile:before {
        content: none; }
      .main_banner > .banner_overlay > .policy_finder_mobile:after {
        /*content:'Policy Finder';*/
        content: '保险搜索工具';
        width: auto;
        height: auto;
        background: white;
        padding: 5px 15px;
        left: 10px;
        top: 0px;
        right: auto;
        transform: translateY(-50%) translateZ(0);
        -o-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0); }
      .main_banner > .banner_overlay > .policy_finder_mobile.studentsafe:after {
        color: #ad208e; }
      .main_banner > .banner_overlay > .policy_finder_mobile.workersafe:after {
        color: #d06f1a; }
      .main_banner > .banner_overlay > .policy_finder_mobile.explorersafe:after {
        color: #9fa617; }
      .main_banner > .banner_overlay > .policy_finder_mobile .link {
        pointer-events: auto;
        width: 1.25rem;
        height: 1.25rem;
        min-width: 44px;
        min-height: 44px;
        position: absolute;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        bottom: 0%;
        right: 15px;
        transform: translateY(50%) translateZ(0);
        -o-transform: translateY(50%) translateZ(0);
        -moz-transform: translateY(50%) translateZ(0);
        -webkit-transform: translateY(50%) translateZ(0); }
        @media screen and (max-width: 767px) {
          .main_banner > .banner_overlay > .policy_finder_mobile .link {
            min-width: 30px;
            min-height: 30px; } }
        .main_banner > .banner_overlay > .policy_finder_mobile .link > div {
          position: absolute;
          width: 30%;
          height: 30%;
          top: 50%;
          left: 53%;
          border-right: 1px solid black;
          border-top: 1px solid black;
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transition: transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease; }
          .main_banner > .banner_overlay > .policy_finder_mobile .link > div:before {
            content: '';
            position: absolute;
            width: 160%;
            height: 1px;
            background: black;
            top: 0px;
            right: 0px;
            transform-origin: right;
            -o-transform-origin: right;
            -moz-transform-origin: right;
            -webkit-transform-origin: right;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          .main_banner > .banner_overlay > .policy_finder_mobile .link > div a {
            display: none; }
        .main_banner > .banner_overlay > .policy_finder_mobile .link.policylink {
          background: white; }
          .main_banner > .banner_overlay > .policy_finder_mobile .link.policylink > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid #323f49;
            border-top: 1px solid #323f49;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .main_banner > .banner_overlay > .policy_finder_mobile .link.policylink > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: #323f49;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .main_banner > .banner_overlay > .policy_finder_mobile .link.policylink > div a {
              display: none; }
        .main_banner > .banner_overlay > .policy_finder_mobile .link:after {
          content: none; }
        .main_banner > .banner_overlay > .policy_finder_mobile .link a {
          display: none; }

.policy-finder {
  margin-top: 1.875rem;
  margin-bottom: 2.2916667rem; }
  @media screen and (max-width: 1440px) {
    .policy-finder {
      margin-top: 0.9375rem;
      margin-bottom: 1.14583333rem; } }
  .policy-finder.studentsafe h1 {
    color: #ad208e; }
  .policy-finder > div {
    margin-left: -15px;
    margin-right: -15px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .policy-finder > div > div {
      height: calc((83.333333vw - 180px) / 5 + 1.0416667rem + 0.4166667rem + 0.4166667rem + 0.208333333rem);
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 1823px) {
        .policy-finder > div > div {
          height: calc((100vw - 145px) / 5 + 1.0416667rem + 0.4166667rem + 0.4166667rem + 0.208333333rem); } }
      @media screen and (max-width: 1600px) {
        .policy-finder > div > div {
          height: calc((100vw - 145px) / 4 + 1.0416667rem + 0.4166667rem + 0.4166667rem + 0.208333333rem); } }
      @media screen and (max-width: 991px) {
        .policy-finder > div > div {
          height: calc((100vw - 60px) / 2 + 1.0416667rem + 0.4166667rem + 0.4166667rem + 0.208333333rem); } }
      .policy-finder > div > div.policy-break {
        display: none;
        width: 100%;
        height: 20px; }
        @media screen and (max-width: 1265px) {
          .policy-finder > div > div.policy-break {
            display: block; } }
        @media screen and (max-width: 767px) {
          .policy-finder > div > div.policy-break {
            display: none; } }
      .policy-finder > div > div.policy-col {
        width: 16.66666667%;
        float: left; }
        @media screen and (max-width: 1823px) {
          .policy-finder > div > div.policy-col {
            width: 20%;
            margin-left: 0px;
            min-width: 310px;
            min-height: 353px; } }
        @media screen and (max-width: 1600px) {
          .policy-finder > div > div.policy-col {
            width: 25%;
            padding-left: 7.5px;
            padding-right: 7.5px; }
            .policy-finder > div > div.policy-col:nth-child(2) {
              padding-left: 15px; }
            .policy-finder > div > div.policy-col:last-child {
              padding-right: 15px; } }
        @media screen and (max-width: 1265px) {
          .policy-finder > div > div.policy-col {
            /*&:nth-child(2) {
            	padding-left:10px;
            }
            &:last-child {
            	padding-right:10px;
            }*/ } }
        @media screen and (max-width: 991px) {
          .policy-finder > div > div.policy-col {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .policy-finder > div > div.policy-col {
            width: 100%;
            margin-bottom: 20px;
            padding-left: 15px;
            padding-right: 15px; }
            .policy-finder > div > div.policy-col:nth-child(2) {
              padding-left: 15px;
              padding-right: 15px; }
            .policy-finder > div > div.policy-col:last-child {
              padding-left: 15px;
              padding-right: 15px; } }
      @media screen and (max-width: 1600px) {
        .policy-finder > div > div.policy-offset {
          display: none; } }
      @media screen and (max-width: 767px) {
        .policy-finder > div > div.policy-offset {
          display: block; } }
      .policy-finder > div > div:first-child h1 {
        font-size: 1.0416667rem;
        font-weight: 900;
        white-space: nowrap;
        line-height: 1.0416667rem;
        background: #fff;
        box-shadow: 0px 4px 9.8px 0.2px rgba(0, 0, 0, 0.15);
        padding: 0.416667rem 30px;
        transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -webkit-transition: box-shadow 0.3s ease; }
        .policy-finder > div > div:first-child h1.student {
          color: #ad208e; }
        .policy-finder > div > div:first-child h1.worker {
          color: #d06f1a; }
        .policy-finder > div > div:first-child h1.explorer {
          color: #9fa617; }
        .policy-finder > div > div:first-child h1 > span {
          padding-left: 3px;
          padding-right: 3px;
          margin-left: -3px;
          margin-right: -3px;
          background: white;
          position: relative; }
        @media screen and (max-width: 1789px) {
          .policy-finder > div > div:first-child h1 {
            font-size: calc(18px + (100vw - 1199px) / 50.5);
            min-height: 60px; } }
        @media screen and (max-width: 1400px) {
          .policy-finder > div > div:first-child h1 {
            font-size: 22px;
            line-height: 33px; } }
        @media screen and (max-width: 991px) {
          .policy-finder > div > div:first-child h1 {
            font-size: 0.84375rem; } }
        @media screen and (max-width: 767px) {
          .policy-finder > div > div:first-child h1 {
            /*font-size:1.5rem;*/
            font-size: 1.75rem;
            padding: 1rem 18px; } }
        .policy-finder > div > div:first-child h1:before {
          content: '';
          position: absolute;
          height: 30%;
          width: calc((100%) - 40px );
          top: 50%;
          left: 0.55rem;
          border: 1px solid #197ba8;
          border-bottom: none; }
          @media screen and (max-width: 1823px) {
            .policy-finder > div > div:first-child h1:before {
              width: calc((100%) - 1.09375rem * 2 + 30px); } }
          @media screen and (max-width: 767px) {
            .policy-finder > div > div:first-child h1:before {
              width: calc((100%) - 1.1rem); } }
      .policy-finder > div > div:first-child:hover > div:last-child {
        box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
      .policy-finder > div > div:first-child:hover > div:first-child h1 {
        box-shadow: 0px 4px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
      .policy-finder > div > div:first-child > div:first-child {
        width: 100%;
        padding: 0px; }
      .policy-finder > div > div:first-child > div:last-child {
        height: calc((83.333333vw - 180px) / 5 - 4px);
        background: #197ba8;
        margin-top: 0.208333333rem;
        box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -webkit-transition: box-shadow 0.3s ease; }
        @media screen and (max-width: 1823px) {
          .policy-finder > div > div:first-child > div:last-child {
            height: calc((100vw - 145px) / 5 - 3px);
            min-height: 283px; } }
        @media screen and (max-width: 767px) {
          .policy-finder > div > div:first-child > div:last-child {
            height: calc((100vw - 60px) / 2 + 1.0416667rem + 0.4166667rem + 0.4166667rem + 0.208333333rem - 60px - 0.208333333rem - 3px);
            min-height: 285px; } }
      .policy-finder > div > div:not(:first-child) > div {
        transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -webkit-transition: box-shadow 0.3s ease;
        height: 100%;
        cursor: pointer;
        box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.15);
        position: relative; }
        .policy-finder > div > div:not(:first-child) > div:hover {
          box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.3); }
        .policy-finder > div > div:not(:first-child) > div > div {
          height: calc((100%) - (100% + 70px) * 0.326087); }
          .policy-finder > div > div:not(:first-child) > div > div:first-child {
            height: calc((100% + 70px) * 0.326087);
            margin-top: -0.83333rem;
            width: calc((100%) + 35px * 2);
            margin-left: -35px;
            margin-bottom: 30px; }
            @media screen and (max-width: 1823px) {
              .policy-finder > div > div:not(:first-child) > div > div:first-child {
                margin-top: -30px;
                width: calc((100%) + 1.09375rem * 2);
                margin-left: -1.09375rem; } }
            .policy-finder > div > div:not(:first-child) > div > div:first-child:after, .policy-finder > div > div:not(:first-child) > div > div:first-child:before {
              content: none; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child > div {
              width: 100%;
              height: 100%;
              pointer-events: none;
              background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
              /* FF3.6-15 */
              background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
              /* Chrome10-25,Safari5.1-6 */
              background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
              .policy-finder > div > div:not(:first-child) > div > div:first-child > div:after, .policy-finder > div > div:not(:first-child) > div > div:first-child > div:before {
                content: none; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.studentsafe_outbound {
              background-image: url("../public/imgs/studentsafe-outbound.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.studentsafe_inbound_u {
              background-image: url("../public/imgs/studentsafe-inbound-university.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.studentsafe_inbound_l {
              background-image: url("../public/imgs/studentsafe-inbound-learners.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.studentsafe_inbound_youngl {
              background-image: url("../public/imgs/studentsafe-inbound-young-learners.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.studentsafe_domestic {
              background-image: url("../public/imgs/studentsafe-domestic.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.workersafe_outbound {
              background-image: url("../public/imgs/workersafe-outbound.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.workersafe_inbound {
              background-image: url("../public/imgs/workersafe-inbound.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.explorersafe_outbound {
              background-image: url("../public/imgs/explorersafe-outbound.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
            .policy-finder > div > div:not(:first-child) > div > div:first-child.explorersafe_inbound {
              background-image: url("../public/imgs/explorersafe-inbound.jpg");
              background-position: center 20%;
              background-repeat: no-repeat;
              background-size: cover; }
          .policy-finder > div > div:not(:first-child) > div > div:after {
            width: calc((100%) + 30px);
            z-index: -1;
            border-top: 1px solid #323f49;
            border-right: 1px solid #323f49;
            border-left: 1px solid #323f49; }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div:not(:first-child) > div > div:after {
                width: calc(100% + 1.02rem); } }
          .policy-finder > div > div:not(:first-child) > div > div:before {
            border: none;
            border-bottom: 1px solid #323f49;
            width: calc(100% + 30px); }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div:not(:first-child) > div > div:before {
                width: calc(100% + 1.02rem); } }
        .policy-finder > div > div:not(:first-child) > div h1 {
          font-size: 0.83333rem;
          line-height: 0.83333rem;
          transform: translateY(-25%) translateZ(0);
          -o-transform: translateY(-25%) translateZ(0);
          -moz-transform: translateY(-25%) translateZ(0);
          -webkit-transform: translateY(-25%) translateZ(0); }
          .policy-finder > div > div:not(:first-child) > div h1.student {
            color: #ad208e; }
          .policy-finder > div > div:not(:first-child) > div h1.worker {
            color: #d06f1a; }
          .policy-finder > div > div:not(:first-child) > div h1.explorer {
            color: #9fa617; }
          .policy-finder > div > div:not(:first-child) > div h1 .policy {
            background: white;
            padding-left: 3px;
            padding-right: 3px;
            margin-left: -3px;
            margin-right: -3px; }
            @media screen and (max-width: 1400px) {
              .policy-finder > div > div:not(:first-child) > div h1 .policy {
                font-size: 26px; } }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div:not(:first-child) > div h1 .policy {
                font-size: 2rem;
                line-height: 1.75rem; } }
          .policy-finder > div > div:not(:first-child) > div h1 .type {
            font-weight: 300;
            /*font-size:0.685rem;*/
            /*CB 18/09/18 reducing size due to Inbound Young Learners*/
            font-size: 0.62rem; }
            @media screen and (max-width: 1400px) {
              .policy-finder > div > div:not(:first-child) > div h1 .type {
                font-size: 21px; } }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div:not(:first-child) > div h1 .type {
                font-size: 1.75rem;
                line-height: 1.75rem; } }
        .policy-finder > div > div:not(:first-child) > div p {
          color: #1c2833;
          font-size: 0.3958rem;
          line-height: 0.583333rem; }
          @media screen and (max-width: 1823px) {
            .policy-finder > div > div:not(:first-child) > div p {
              font-size: 0.45rem;
              line-height: 0.7rem; } }
          @media screen and (max-width: 1400px) {
            .policy-finder > div > div:not(:first-child) > div p {
              font-size: 14px;
              line-height: 22px; } }
          @media screen and (max-width: 991px) {
            .policy-finder > div > div:not(:first-child) > div p {
              font-size: 0.83333rem;
              line-height: 1.2rem; } }
          @media screen and (max-width: 767px) {
            .policy-finder > div > div:not(:first-child) > div p {
              /*font-size: 0.9rem;
              line-height: 1.3rem;*/
              /*CB 18/09/18 reducing size due to Inbound Young Learners*/
              font-size: 0.85rem;
              line-height: 1.2rem; } }
      .policy-finder > div > div > div {
        padding: 0.83333rem 35px 0.9375rem;
        border: 2px solid white;
        position: relative; }
        @media screen and (max-width: 1823px) {
          .policy-finder > div > div > div {
            padding: 30px 1.09375rem 0.9375rem; } }
        @media screen and (max-width: 991px) {
          .policy-finder > div > div > div {
            padding: 30px 1.09375rem 32.5px; } }
        .policy-finder > div > div > div > div {
          position: relative;
          top: 0%;
          width: 100%;
          color: #fff;
          height: 100%; }
          .policy-finder > div > div > div > div:before {
            content: '';
            position: absolute;
            height: 100%;
            width: 0.2rem;
            left: -15px;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff; }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div > div > div:before {
                left: -0.51rem; } }
          .policy-finder > div > div > div > div:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 0.8333rem;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            right: -15px;
            top: 0px; }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div > div > div:after {
                right: -0.51rem; } }
          .policy-finder > div > div > div > div > div {
            height: 100%;
            position: relative; }
            .policy-finder > div > div > div > div > div:after {
              content: '';
              position: absolute;
              height: 100%;
              width: calc(100% + 30px);
              border-bottom: 1px solid #fff;
              left: -15px;
              bottom: 0px; }
              @media screen and (max-width: 767px) {
                .policy-finder > div > div > div > div > div:after {
                  left: -0.51rem;
                  width: calc(100% + 1.02rem); } }
          .policy-finder > div > div > div > div h2 {
            font-size: 0.870rem;
            line-height: 1rem;
            transform: translateY(-0.52083rem) translateZ(0);
            -o-transform: translateY(-0.52083rem) translateZ(0);
            -moz-transform: translateY(-0.52083rem) translateZ(0);
            -webkit-transform: translateY(-0.52083rem) translateZ(0); }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div > div > div h2 {
            /*font-size: 1.305rem;
        	line-height: 1.5rem;*/
                font-size: 2rem;
                line-height: 2.125rem;
                transform: translateY(-1rem);
                -o-transform: translateY(-1rem);
                -moz-transform: translateY(-1rem);
                -webkit-transform: translateY(-1rem); } }
          .policy-finder > div > div > div > div p {
            font-size: 0.666667rem;
            line-height: 0.791666667rem;
            font-weight: 300; }
            @media screen and (max-width: 767px) {
              .policy-finder > div > div > div > div p {
            /*font-size: 1rem;
        	line-height: 1.1875rem;*/
                font-size: 1.5rem;
                line-height: 1.75rem; } }
        .policy-finder > div > div > div .link {
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          /*@media screen and (max-width:767px) {
          	min-width:30px;
          	min-height:30px;
          }*/
          position: absolute;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          bottom: 0%;
          right: -0.125rem;
          transform: translateY(50%) translateZ(0);
          -o-transform: translateY(50%) translateZ(0);
          -moz-transform: translateY(50%) translateZ(0);
          -webkit-transform: translateY(50%) translateZ(0); }
          .policy-finder > div > div > div .link.student {
            background: #ad208e; }
          .policy-finder > div > div > div .link.worker {
            background: #d06f1a; }
          .policy-finder > div > div > div .link.explorer {
            background: #9fa617; }
          .policy-finder > div > div > div .link > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid white;
            border-top: 1px solid white;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .policy-finder > div > div > div .link > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: white;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .policy-finder > div > div > div .link > div a {
              display: none; }
          .policy-finder > div > div > div .link.policylink {
            background: white; }
            .policy-finder > div > div > div .link.policylink > div {
              position: absolute;
              width: 30%;
              height: 30%;
              top: 50%;
              left: 53%;
              border-right: 1px solid #323f49;
              border-top: 1px solid #323f49;
              transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              transition: transform 0.3s ease;
              -o-transition: -o-transform 0.3s ease;
              -moz-transition: -moz-transform 0.3s ease;
              -webkit-transition: -webkit-transform 0.3s ease; }
              .policy-finder > div > div > div .link.policylink > div:before {
                content: '';
                position: absolute;
                width: 160%;
                height: 1px;
                background: #323f49;
                top: 0px;
                right: 0px;
                transform-origin: right;
                -o-transform-origin: right;
                -moz-transform-origin: right;
                -webkit-transform-origin: right;
                transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg); }
              .policy-finder > div > div > div .link.policylink > div a {
                display: none; }
          .policy-finder > div > div > div .link:after {
            content: none; }
          .policy-finder > div > div > div .link a {
            display: none; }

.landing-content h1 {
  font-size: 1.08333rem;
  line-height: 1.2916667rem;
  text-align: center;
  font-weight: 300;
  padding-bottom: 0.833333rem;
  position: relative; }
  @media screen and (max-width: 991px) {
    .landing-content h1 {
      font-size: 1.3625rem;
      line-height: 1.9375rem;
      text-align: left;
      margin-left: 8.3333333%;
      margin-right: 8.3333333%;
      padding-bottom: 0px; } }
  .landing-content h1:after {
    content: '';
    position: absolute;
    width: 4.3rem;
    height: 1px;
    bottom: 0px;
    left: 50%;
    background: #363636;
    transform: translateX(-50%) translateZ(0);
    -o-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    -webkit-transform: translateX(-50%) translateZ(0); }
    @media screen and (max-width: 991px) {
      .landing-content h1:after {
        content: none; } }
.landing-content p {
  font-size: 0.66667rem;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 0.83333rem;
  font-weight: 300;
  margin-top: 0.833333rem;
  margin-bottom: 2.083333rem; }
  @media screen and (max-width: 991px) {
    .landing-content p {
      font-size: 1rem;
      line-height: 1.25rem;
      text-align: left; } }
.landing-content .inout-info {
  margin-bottom: 2.083333rem; }
  .landing-content .inout-info > div:first-child {
    padding-right: 2.083333rem; }
  .landing-content .inout-info > div:last-child {
    padding-left: 2.083333rem; }
  @media screen and (max-width: 991px) {
    .landing-content .inout-info > div:first-child {
      padding-right: 15px;
      margin-bottom: 15px; }
    .landing-content .inout-info > div:last-child {
      padding-left: 15px; } }
  .landing-content .inout-info > div ul {
    margin: 0px;
    padding-left: 0.6rem; }
    @media screen and (max-width: 991px) {
      .landing-content .inout-info > div ul {
        padding-left: 0.9rem; } }
  .landing-content .inout-info > div h2, .landing-content .inout-info > div h3 {
    font-weight: 900; }
  .landing-content .inout-info > div li {
    font-weight: 300;
    padding-left: 17px; }
    .landing-content .inout-info > div li:last-child {
      margin-bottom: 0.5rem; }
  .landing-content .inout-info > div p, .landing-content .inout-info > div h2, .landing-content .inout-info > div h3, .landing-content .inout-info > div li {
    text-align: left;
    font-size: 0.5rem;
    line-height: 0.7083333rem;
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .landing-content .inout-info > div p, .landing-content .inout-info > div h2, .landing-content .inout-info > div h3, .landing-content .inout-info > div li {
        font-size: 0.75rem;
        line-height: 1.0625rem; } }
  .landing-content .inout-info.standalone-page > div > .img-innerborder {
    margin-top: 1rem; }
  .landing-content .inout-info.standalone-page > div p {
    margin-bottom: 0.5rem; }
  .landing-content .inout-info.standalone-page > div img {
    width: 100%; }

.landing_article_grid {
  margin-bottom: -0.516667rem; }

.forms_container {
  margin-bottom: 2.083333rem; }
  .forms_container > div {
    max-width: 645px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1739px) {
      .forms_container > div {
        width: 100%;
        max-width: 485px;
        float: none;
        min-width: 344px; } }
    @media screen and (max-width: 400px) {
      .forms_container > div {
        min-width: 1px; } }
    .forms_container > div > a {
      border: 1px solid #d7d7d7;
      display: block;
      color: #004281;
      font-weight: 700;
      font-size: 0.5416667rem;
      line-height: 0.8333333rem;
      padding: 0.2813rem 0.4688rem;
      min-width: 344px;
      cursor: pointer;
      width: calc(100% - (1.25rem + 2px + 0.5625rem)); }
      @media screen and (max-width: 1739px) {
        .forms_container > div > a {
          min-width: 1px; } }
      @media screen and (max-width: 991px) {
        .forms_container > div > a {
          font-size: 0.8125rem; } }
      @media screen and (max-width: 400px) {
        .forms_container > div > a {
          width: calc(100% - 1.625rem); } }
      .forms_container > div > a:hover {
        text-decoration: none; }
      .forms_container > div > a:after {
        position: absolute;
        display: block;
        width: 1.43rem;
        height: 100%;
        left: calc((100%) - 15px - (1.25rem + 2px + 0.5625rem));
        top: 0px;
        content: '';
        background-size: contain;
        background-repeat: no-repeat; }
        @media screen and (max-width: 400px) {
          .forms_container > div > a:after {
            width: 2.23rem; } }
    .forms_container > div:first-child a:after {
      background-color: #ad208e;
      background-image: url("../public/imgs/ss_download_form.png"); }
    .forms_container > div:nth-child(2) a:after {
      background-color: #d06f1a;
      background-image: url("../public/imgs/ws_download_form.png"); }
    .forms_container > div:last-child a:after {
      background-color: #9fa617;
      background-image: url("../public/imgs/es_download_form.png"); }

.faq-section {
  margin-top: 1.45rem; }
  .faq-section .faq-title {
    background-color: #fdfdfd;
    box-shadow: 0px 4px 9.8px 0.2px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    width: 73%;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .faq-section .faq-title {
        width: 83.333333%; } }
    .faq-section .faq-title h1 {
      margin-left: 3.67%;
      text-align: left;
      font-size: 0.75rem;
      line-height: 0.833333rem;
      padding: 30px 0px;
      font-weight: 600;
      position: relative;
      padding-left: 1.5rem; }
      @media screen and (max-width: 1199px) {
        .faq-section .faq-title h1 {
          padding-left: 43px; } }
      .faq-section .faq-title h1:after {
        content: none; }
      .faq-section .faq-title h1.general {
        color: #004281; }
      .faq-section .faq-title h1.studentsafe {
        color: #ad208e; }
      .faq-section .faq-title h1.workersafe {
        color: #d06f1a; }
      .faq-section .faq-title h1.explorersafe {
        color: #9fa617; }
      .faq-section .faq-title h1 > span {
        position: absolute;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
        background: #323f49;
        left: 0px;
        display: block;
        top: 50%;
        min-width: 30px;
        min-height: 30px;
        transform: translateY(-50%) translateZ(0);
        -o-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0); }
        .faq-section .faq-title h1 > span > div {
          position: absolute;
          width: 30%;
          height: 30%;
          top: 50%;
          left: 53%;
          border-right: 1px solid white;
          border-top: 1px solid white;
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transition: transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease; }
          .faq-section .faq-title h1 > span > div:before {
            content: '';
            position: absolute;
            width: 160%;
            height: 1px;
            background: white;
            top: 0px;
            right: 0px;
            transform-origin: right;
            -o-transform-origin: right;
            -moz-transform-origin: right;
            -webkit-transform-origin: right;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg); }
          .faq-section .faq-title h1 > span > div a {
            display: none; }
        .faq-section .faq-title h1 > span > div {
          left: 50%;
          transform: translate3d(-50%, -50%, 0) rotate(135deg);
          -o-transform: translate3d(-50%, -50%, 0) rotate(135deg);
          -moz-transform: translate3d(-50%, -50%, 0) rotate(135deg);
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg); }
  .faq-section .faq-content {
    margin-top: -0.33333rem;
    height: 0px;
    overflow: hidden;
    transition: height 0.7s ease;
    -o-transition: height 0.7s ease;
    -moz-transition: height 0.7s ease;
    -webkit-transition: height 0.7s ease; }
  .faq-section h2 {
    margin: 0.833333rem 25% 0px 16.66667%;
    font-size: 0.6666667rem;
    font-weight: 300;
    line-height: 0.833333rem; }
    @media screen and (max-width: 991px) {
      .faq-section h2 {
        font-size: 1rem;
        line-height: 1.0625rem;
        margin-left: 11.6666667%;
        margin-right: 16.66667%; } }
    .faq-section h2 p {
      margin: 0px; }
  .faq-section p, .faq-section ul {
    font-size: 0.5rem;
    line-height: 0.70833333rem;
    margin: 0px;
    text-align: left;
    margin: 0px 25%;
    margin-top: 0.83333333rem; }
    .faq-section p strong, .faq-section ul strong {
      margin-bottom: -0.83333333rem;
      display: block; }
    .faq-section p li, .faq-section ul li {
      font-weight: 300; }
    @media screen and (max-width: 991px) {
      .faq-section p, .faq-section ul {
        font-size: 0.75rem;
        line-height: 1.0625rem;
        margin: 0px 16.6666667%;
        margin-top: 0.83333333rem; } }

.contact-content {
  margin-top: 1.7rem; }
  .contact-content p {
    font-weight: 300;
    font-size: 0.5rem;
    line-height: 0.70833333rem; }
    @media screen and (max-width: 991px) {
      .contact-content p {
        font-size: 0.75rem;
        line-height: 1.0625rem; } }
  .contact-content img {
    width: 100%; }

.product_slider_els {
  position: fixed;
  width: 100%;
  height: calc((100%) - 75px);
  top: 75px;
  right: -100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: right 1s ease-in-out;
  -o-transition: right 1s ease-in-out;
  -moz-transition: right 1s ease-in-out;
  -webkit-transition: right 1s ease-in-out; }
  @media screen and (min-width: 1824px) {
    .product_slider_els {
      top: calc(5.8601vw + -30px);
      height: calc((100%) - (5.8601vw + -30px)); } }
  @media screen and (min-width: 2560px) {
    .product_slider_els {
      top: 120px;
      height: calc((100%) - 120px); } }
  @media screen and (max-width: 991px) {
    .product_slider_els {
      transition: right 0.7s ease-in-out;
      -o-transition: right 0.7s ease-in-out;
      -moz-transition: right 0.7s ease-in-out;
      -webkit-transition: right 0.7s ease-in-out; } }
  .product_slider_els#product_overlay_darker {
    right: 100%;
    transition: right 1s cubic-bezier(0.07, 0.52, 0.71, 0.93);
    -o-transition: right 1s cubic-bezier(0.07, 0.52, 0.71, 0.93);
    -moz-transition: right 1s cubic-bezier(0.07, 0.52, 0.71, 0.93);
    -webkit-transition: right 1s cubic-bezier(0.07, 0.52, 0.71, 0.93); }
    @media screen and (max-width: 991px) {
      .product_slider_els#product_overlay_darker {
        transition: right 0.7s cubic-bezier(0.07, 0.52, 0.71, 0.93);
        -o-transition: right 0.7s cubic-bezier(0.07, 0.52, 0.71, 0.93);
        -moz-transition: right 0.7s cubic-bezier(0.07, 0.52, 0.71, 0.93);
        -webkit-transition: right 0.7s cubic-bezier(0.07, 0.52, 0.71, 0.93); } }
  .product_slider_els#product_overlay, .product_slider_els#product_overlay_darker {
    opacity: 0.6; }
    .product_slider_els#product_overlay.studentsafe, .product_slider_els#product_overlay_darker.studentsafe {
      background: #73165f; }
    .product_slider_els#product_overlay.workersafe, .product_slider_els#product_overlay_darker.workersafe {
      background: #d06f1a; }
    .product_slider_els#product_overlay.explorersafe, .product_slider_els#product_overlay_darker.explorersafe {
      background: #767b13; }
  .product_slider_els#product_overlay_darker {
    opacity: 0.8; }
    .product_slider_els#product_overlay_darker.studentsafe {
      background: #73165f; }
    .product_slider_els#product_overlay_darker.workersafe {
      background: #d06f1a; }
    .product_slider_els#product_overlay_darker.explorersafe {
      background: #767b13; }
  .product_slider_els#product_slider_left {
    background: white;
    width: 100%;
    transition: right 0.9s ease-out;
    -o-transition: right 0.9s ease-out;
    -moz-transition: right 0.9s ease-out;
    -webkit-transition: right 0.9s ease-out;
    padding: 0px 15px 15px; }
    @media screen and (min-width: 1824px) {
      .product_slider_els#product_slider_left {
        padding: 0px calc(15px + (100vw - 1824px)/60) calc(15px + (100vw - 1824px)/60); } }
    @media screen and (max-width: 991px) {
      .product_slider_els#product_slider_left {
        transition: right 0.6s ease-out;
        -o-transition: right 0.6s ease-out;
        -moz-transition: right 0.6s ease-out;
        -webkit-transition: right 0.6s ease-out; } }
    .product_slider_els#product_slider_left.no-get-quote .policy_quote_placeholder {
      display: none; }
    .product_slider_els#product_slider_left .content {
      width: 50%;
      height: 100%;
      position: relative;
      background-image: url("../public/imgs/product_placeholder.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .product_slider_els#product_slider_left .content .policytags {
        position: absolute;
        bottom: 2rem;
        left: 0px;
        margin: 0px;
        width: 100%; }
      .product_slider_els#product_slider_left .content .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: #000;
        pointer-events: none;
        opacity: 0.24;
        transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease; }
      .product_slider_els#product_slider_left .content .policy_name_placeholder {
        width: 35%;
        position: relative;
        float: left;
        margin-left: 7%;
        min-width: 250px; }
        @media screen and (max-width: 1250px) {
          .product_slider_els#product_slider_left .content .policy_name_placeholder {
            float: none;
            margin-bottom: 1rem; } }
      .product_slider_els#product_slider_left .content img.pnp_for_heightmatch {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
        margin-top: -9%;
        opacity: 0; }
        @media screen and (max-width: 1250px) {
          .product_slider_els#product_slider_left .content img.pnp_for_heightmatch {
            max-height: 90px; } }
  .product_slider_els .policy_quote_placeholder {
    position: absolute;
    width: 35%;
    border: 2px solid white;
    padding: 0;
    cursor: pointer;
    right: 7%;
    bottom: 0px;
    box-shadow: 0px 6px 9.8px 0.2px rgba(0, 0, 0, 0.3);
    min-width: 250px; }
    @media screen and (max-width: 1250px) {
      .product_slider_els .policy_quote_placeholder {
        position: relative;
        right: auto;
        left: 7%; } }
    .product_slider_els .policy_quote_placeholder.for_mobile {
      position: relative;
      bottom: auto;
      right: auto;
      left: auto;
      margin: 0 auto;
      margin-top: -50px;
      margin-bottom: 80px;
      min-width: 170px;
      width: 50%;
      height: 5rem;
      display: none;
      max-width: 270px; }
      @media screen and (max-width: 991px) {
        .product_slider_els .policy_quote_placeholder.for_mobile {
          display: block; } }
      @media screen and (max-width: 474px) {
        .product_slider_els .policy_quote_placeholder.for_mobile {
          margin-top: -30px; } }
    .product_slider_els .policy_quote_placeholder > div {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      padding: 9% 5% 12%; }
      .product_slider_els .policy_quote_placeholder > div > div {
        width: 100%;
        height: 100%;
        position: relative;
        border: 1px solid white;
        border-top: none; }
        .product_slider_els .policy_quote_placeholder > div > div .link {
          pointer-events: auto;
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          position: absolute;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          bottom: 0%;
          right: 10px;
          transform: translateY(50%) translateZ(0);
          -o-transform: translateY(50%) translateZ(0);
          -moz-transform: translateY(50%) translateZ(0);
          -webkit-transform: translateY(50%) translateZ(0); }
          @media screen and (max-width: 767px) {
            .product_slider_els .policy_quote_placeholder > div > div .link {
              min-width: 30px;
              min-height: 30px; } }
          .product_slider_els .policy_quote_placeholder > div > div .link.getquotelink {
            background: white; }
            .product_slider_els .policy_quote_placeholder > div > div .link.getquotelink > div {
              position: absolute;
              width: 30%;
              height: 30%;
              top: 50%;
              left: 53%;
              border-right: 1px solid black;
              border-top: 1px solid black;
              transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
              transition: transform 0.3s ease;
              -o-transition: -o-transform 0.3s ease;
              -moz-transition: -moz-transform 0.3s ease;
              -webkit-transition: -webkit-transform 0.3s ease; }
              .product_slider_els .policy_quote_placeholder > div > div .link.getquotelink > div:before {
                content: '';
                position: absolute;
                width: 160%;
                height: 1px;
                background: black;
                top: 0px;
                right: 0px;
                transform-origin: right;
                -o-transform-origin: right;
                -moz-transform-origin: right;
                -webkit-transform-origin: right;
                transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg); }
              .product_slider_els .policy_quote_placeholder > div > div .link.getquotelink > div a {
                display: none; }
          .product_slider_els .policy_quote_placeholder > div > div .link:after {
            content: none; }
        .product_slider_els .policy_quote_placeholder > div > div > div {
          transform: translateY(-50%) translateZ(0);
          -o-transform: translateY(-50%) translateZ(0);
          -moz-transform: translateY(-50%) translateZ(0);
          -webkit-transform: translateY(-50%) translateZ(0);
          overflow-x: hidden; }
          .product_slider_els .policy_quote_placeholder > div > div > div > span {
            color: #fff;
            position: relative;
            padding-left: 10px;
            font-weight: 700; }
            .product_slider_els .policy_quote_placeholder > div > div > div > span:before {
              content: '';
              position: absolute;
              top: 50%;
              background: white;
              right: calc(-1000% + -5px);
              width: 1000%;
              height: 1px; }
            .product_slider_els .policy_quote_placeholder > div > div > div > span:after {
              content: '';
              position: absolute;
              top: 50%;
              background: white;
              left: calc(-100% + 5px);
              width: 100%;
              height: 1px; }
    .product_slider_els .policy_quote_placeholder.studentsafe {
      background-color: rgba(171, 43, 137, 0.9); }
    .product_slider_els .policy_quote_placeholder.workersafe {
      background-color: rgba(208, 111, 26, 0.9); }
    .product_slider_els .policy_quote_placeholder.explorersafe {
      background-color: rgba(159, 166, 23, 0.9); }
  .product_slider_els#product_slider_right {
    width: 50%;
    background: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0px 15px 15px; }
    @media screen and (max-width: 767px) and (max-height: 767px) {
      .product_slider_els#product_slider_right {
        overflow-y: scroll !important; } }
    @media screen and (max-height: 767px) {
      .product_slider_els#product_slider_right {
        overflow-y: scroll !important; } }
    @media screen and (min-width: 1824px) {
      .product_slider_els#product_slider_right {
        padding: 0px calc(15px + (100vw - 1824px)/60) calc(15px + (100vw - 1824px)/60); } }
    @media screen and (max-width: 991px) {
      .product_slider_els#product_slider_right {
        width: 100%; } }
    .product_slider_els#product_slider_right.no-get-quote .policy_quote_placeholder {
      display: none; }
    .product_slider_els#product_slider_right > div {
      border: 2px solid #cccccc;
      position: relative;
      width: 100%;
      min-height: 100%; }
      @media screen and (max-width: 767px) and (max-height: 767px) {
        .product_slider_els#product_slider_right > div {
          height: auto !important; } }
      @media screen and (max-height: 767px) {
        .product_slider_els#product_slider_right > div {
          height: auto !important; } }
      .product_slider_els#product_slider_right > div .content {
        transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease; }
      .product_slider_els#product_slider_right > div .policy_finder_content {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 1.25rem 1.041666667rem 1.25rem;
        flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        display: none; }
        .product_slider_els#product_slider_right > div .policy_finder_content > h1 {
          color: #ad208e;
          font-size: 1.041666667rem;
          position: relative;
          display: inline-block; }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h1 {
              font-size: 1.5625rem; } }
          .product_slider_els#product_slider_right > div .policy_finder_content > h1:after {
            content: '';
            position: absolute;
            right: -1.25rem;
            width: 0.8333rem;
            height: 30%;
            top: 40%;
            border-right: 1px solid #197ba8;
            border-top: 1px solid #197ba8; }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .policy_finder_content > h1:after {
                width: 1rem; } }
        .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
          font-size: 1.041666667rem;
          line-height: 1.25rem;
          margin-bottom: 6.75%;
          margin-bottom: calc((100vh - 100%) / 3);
          font-weight: 300; }
          @media screen and (max-height: 800px) and (min-height: 750px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              margin-bottom: 30px; } }
          @media screen and (max-height: 749px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              margin-bottom: 30px; } }
          .product_slider_els#product_slider_right > div .policy_finder_content > h2 > span {
            color: #004281; }
          @media screen and (max-width: 1823px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              font-size: calc(33px - (1823px - 100vw) / 60);
              line-height: calc((33px - (1823px - 100vw) / 60) * 1.2); } }
          @media screen and (max-width: 1440px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              font-size: 0.8125rem;
              line-height: 0.975rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              font-size: 1.5625rem;
              line-height: 1.875rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              font-size: 1.24rem;
              line-height: 1.5rem; } }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              font-size: 1.11111rem;
              line-height: 1.375rem; } }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              font-size: 1.11111rem;
              line-height: 1.375rem; } }
          @media screen and (max-width: 355px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h2 {
              font-size: 1.05rem; } }
        .product_slider_els#product_slider_right > div .policy_finder_content > h3 {
          color: #004281;
          font-size: 0.875rem;
          font-weight: 300;
          margin: 0px;
          margin-bottom: 0.3125rem; }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h3 {
              font-size: 1.3125rem;
              margin-bottom: 0.5rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h3 {
              font-size: 1.05rem; } }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h3 {
              font-size: 0.875rem; } }
          @media screen and (max-width: 355px) {
            .product_slider_els#product_slider_right > div .policy_finder_content > h3 {
              font-size: 0.8333333rem; } }
          .product_slider_els#product_slider_right > div .policy_finder_content > h3 > span {
            font-size: 1.25rem;
            color: #000; }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .policy_finder_content > h3 > span {
                font-size: 1.875rem; } }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .policy_finder_content > h3 > span {
                font-size: 1.5rem; } }
            @media screen and (max-width: 767px) {
              .product_slider_els#product_slider_right > div .policy_finder_content > h3 > span {
                font-size: 1.25rem; } }
            @media screen and (max-width: 355px) {
              .product_slider_els#product_slider_right > div .policy_finder_content > h3 > span {
                font-size: 1rem; } }
        .product_slider_els#product_slider_right > div .policy_finder_content select {
          width: 100%;
          background: #fbfbfb;
          border: 1px solid #d2d2d2;
          font-size: 0.54166667rem;
          margin-bottom: 0.5rem;
          /*padding:0.3125rem;*/
          height: 1.25rem;
          padding-left: 0.833333rem;
          border-bottom: 2px solid black;
          border-radius: 0px;
          -webkit-appearance: none;
          -webkit-border-radius: 0px;
          background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
          background-position: 100% 50%;
          background-repeat: no-repeat;
          min-height: 40px; }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content select {
              height: 1.875rem;
              font-size: 0.8125rem;
              margin-bottom: 1rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content select {
              font-size: 0.65rem; } }
          @media screen and (max-height: 800px) and (min-height: 750px) {
            .product_slider_els#product_slider_right > div .policy_finder_content select {
              margin-bottom: 15px; } }
          @media screen and (max-height: 749px) {
            .product_slider_els#product_slider_right > div .policy_finder_content select {
              margin-bottom: 15px; } }
        .product_slider_els#product_slider_right > div .policy_finder_content .link {
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          background: #ad208e;
          margin-left: auto;
          position: relative;
          /*bottom:calc(1.5rem + 15px);
          right:calc(5% + 15px);*/
          overflow: visible !important;
          float: right;
          z-index: 999;
          /*@include translateY(50%);*/ }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .policy_finder_content .link {
              display: block; } }
          .product_slider_els#product_slider_right > div .policy_finder_content .link > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid white;
            border-top: 1px solid white;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .product_slider_els#product_slider_right > div .policy_finder_content .link > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: white;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .product_slider_els#product_slider_right > div .policy_finder_content .link > div a {
              display: none; }
          .product_slider_els#product_slider_right > div .policy_finder_content .link a {
            display: none; }
          .product_slider_els#product_slider_right > div .policy_finder_content .link:before {
            content: "搜索保险";
            position: absolute;
            margin-right: 15px;
            font-size: 0.875rem;
            top: 50%;
            color: #ad208e;
            transform: translate(-105%, -50%);
            -o-transform: translate(-105%, -50%);
            -moz-transform: translate(-105%, -50%);
            -webkit-transform: translate(-105%, -50%);
            white-space: nowrap; }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .policy_finder_content .link:before {
                font-size: 1.3125rem; } }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .policy_finder_content .link:before {
                font-size: 1.05rem; } }
        .product_slider_els#product_slider_right > div .policy_finder_content.pfc_flex {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: flex-start;
          -ms-flex-align: center;
          align-items: flex-start;
          -webkit-box-pack: center;
          -webkit-justify-content: space-around;
          -ms-flex-pack: center;
          justify-content: space-around; }
          @media screen and (max-width: 767px) and (max-height: 767px) {
            .product_slider_els#product_slider_right > div .policy_finder_content.pfc_flex {
              display: block;
              height: auto; } }
      .product_slider_els#product_slider_right > div .quote_widget {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 1.25rem 1.041666667rem 1.25rem;
        opacity: 0;
        transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
        flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        display: none; }
        .product_slider_els#product_slider_right > div .quote_widget > h1 {
          color: #ad208e;
          font-size: 1.041666667rem;
          position: relative;
          display: inline-block; }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget > h1 {
              font-size: 1.5625rem; } }
          .product_slider_els#product_slider_right > div .quote_widget > h1:after {
            content: '';
            position: absolute;
            right: -1.25rem;
            width: 0.8333rem;
            height: 30%;
            top: 40%;
            border-right: 1px solid #197ba8;
            border-top: 1px solid #197ba8; }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .quote_widget > h1:after {
                width: 1rem; } }
        .product_slider_els#product_slider_right > div .quote_widget > h2 {
          font-size: 1.041666667rem;
          line-height: 1.25rem;
          margin-bottom: 6.75%;
          margin-bottom: calc((100vh - 100%) / 3);
          font-weight: 300; }
          @media screen and (max-height: 800px) and (min-height: 750px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              margin-bottom: 30px; } }
          @media screen and (max-height: 749px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              margin-bottom: 30px; } }
          .product_slider_els#product_slider_right > div .quote_widget > h2 > span {
            color: #004281; }
          @media screen and (max-width: 1823px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              font-size: calc(33px - (1823px - 100vw) / 60);
              line-height: calc((33px - (1823px - 100vw) / 60) * 1.2); } }
          @media screen and (max-width: 1440px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              font-size: 0.8125rem;
              line-height: 0.975rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              font-size: 1.5625rem;
              line-height: 1.875rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              font-size: 1.24rem;
              line-height: 1.5rem; } }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              font-size: 1.11111rem;
              line-height: 1.375rem; } }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              font-size: 1.11111rem;
              line-height: 1.375rem; } }
          @media screen and (max-width: 355px) {
            .product_slider_els#product_slider_right > div .quote_widget > h2 {
              font-size: 1.05rem; } }
        .product_slider_els#product_slider_right > div .quote_widget > h3 {
          color: #004281;
          font-size: 0.875rem;
          font-weight: 300;
          margin: 0px;
          margin-bottom: 0.3125rem; }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget > h3 {
              font-size: 1.3125rem;
              margin-bottom: 0.5rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget > h3 {
              font-size: 1.05rem; } }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .quote_widget > h3 {
              font-size: 0.875rem; } }
          @media screen and (max-width: 355px) {
            .product_slider_els#product_slider_right > div .quote_widget > h3 {
              font-size: 0.8333333rem; } }
          .product_slider_els#product_slider_right > div .quote_widget > h3 > span {
            font-size: 1.25rem;
            color: #000; }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .quote_widget > h3 > span {
                font-size: 1.875rem; } }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .quote_widget > h3 > span {
                font-size: 1.5rem; } }
            @media screen and (max-width: 767px) {
              .product_slider_els#product_slider_right > div .quote_widget > h3 > span {
                font-size: 1.25rem; } }
            @media screen and (max-width: 355px) {
              .product_slider_els#product_slider_right > div .quote_widget > h3 > span {
                font-size: 1rem; } }
        .product_slider_els#product_slider_right > div .quote_widget select {
          width: 100%;
          background: #fbfbfb;
          border: 1px solid #d2d2d2;
          font-size: 0.54166667rem;
          margin-bottom: 0.5rem;
          /*padding:0.3125rem;*/
          height: 1.25rem;
          padding-left: 0.833333rem;
          border-bottom: 2px solid black;
          border-radius: 0px;
          -webkit-appearance: none;
          -webkit-border-radius: 0px;
          background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
          background-position: 100% 50%;
          background-repeat: no-repeat;
          min-height: 40px; }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget select {
              height: 1.875rem;
              font-size: 0.8125rem;
              margin-bottom: 1rem; } }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget select {
              font-size: 0.65rem; } }
          @media screen and (max-height: 800px) and (min-height: 750px) {
            .product_slider_els#product_slider_right > div .quote_widget select {
              margin-bottom: 15px; } }
          @media screen and (max-height: 749px) {
            .product_slider_els#product_slider_right > div .quote_widget select {
              margin-bottom: 15px; } }
        .product_slider_els#product_slider_right > div .quote_widget .link {
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          background: #ad208e;
          margin-left: auto;
          position: relative;
          /*bottom:calc(1.5rem + 15px);
          right:calc(5% + 15px);*/
          overflow: visible !important;
          float: right;
          z-index: 999;
          /*@include translateY(50%);*/ }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget .link {
              display: block; } }
          .product_slider_els#product_slider_right > div .quote_widget .link > div {
            position: absolute;
            width: 30%;
            height: 30%;
            top: 50%;
            left: 53%;
            border-right: 1px solid white;
            border-top: 1px solid white;
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transition: transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -webkit-transition: -webkit-transform 0.3s ease; }
            .product_slider_els#product_slider_right > div .quote_widget .link > div:before {
              content: '';
              position: absolute;
              width: 160%;
              height: 1px;
              background: white;
              top: 0px;
              right: 0px;
              transform-origin: right;
              -o-transform-origin: right;
              -moz-transform-origin: right;
              -webkit-transform-origin: right;
              transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg); }
            .product_slider_els#product_slider_right > div .quote_widget .link > div a {
              display: none; }
          .product_slider_els#product_slider_right > div .quote_widget .link a {
            display: none; }
          .product_slider_els#product_slider_right > div .quote_widget .link:before {
            content: "搜索保险";
            position: absolute;
            margin-right: 15px;
            font-size: 0.875rem;
            top: 50%;
            color: #ad208e;
            transform: translate(-105%, -50%);
            -o-transform: translate(-105%, -50%);
            -moz-transform: translate(-105%, -50%);
            -webkit-transform: translate(-105%, -50%);
            white-space: nowrap; }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .quote_widget .link:before {
                font-size: 1.3125rem; } }
            @media screen and (max-width: 991px) {
              .product_slider_els#product_slider_right > div .quote_widget .link:before {
                font-size: 1.05rem; } }
        .product_slider_els#product_slider_right > div .quote_widget.qw_flex {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: flex-start;
          -ms-flex-align: center;
          align-items: flex-start;
          -webkit-box-pack: center;
          -webkit-justify-content: space-around;
          -ms-flex-pack: center;
          justify-content: space-around; }
          @media screen and (max-width: 767px) and (max-height: 767px) {
            .product_slider_els#product_slider_right > div .quote_widget.qw_flex {
              display: block;
              height: auto; } }
        @media screen and (max-width: 767px) {
          .product_slider_els#product_slider_right > div .quote_widget .col-md-12 {
            margin-top: 35px; } }
        .product_slider_els#product_slider_right > div .quote_widget #validationmessage {
          /*color:white;*/
          color: red;
          float: right; }
          .product_slider_els#product_slider_right > div .quote_widget #validationmessage.active {
            padding: 5px 10px; }
        .product_slider_els#product_slider_right > div .quote_widget .link {
          pointer-events: auto;
          width: 1.25rem;
          height: 1.25rem;
          min-width: 44px;
          min-height: 44px;
          border-radius: 50%;
          -webkit-border-radius: 50%; }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .quote_widget .link {
              min-width: 30px;
              min-height: 30px; } }
          .product_slider_els#product_slider_right > div .quote_widget .link:before {
            /*content:'Get Quote' !important;*/
            content: '获取报价' !important; }
          .product_slider_els#product_slider_right > div .quote_widget .link:after {
            content: none; }
        .product_slider_els#product_slider_right > div .quote_widget select {
          background-color: #fbfbfb;
          height: 1.25rem !important;
          margin-bottom: 0.5rem !important; }
        .product_slider_els#product_slider_right > div .quote_widget input {
          width: 100%;
          background: #fbfbfb;
          border: 1px solid #d2d2d2;
          font-size: 0.54166667rem;
          margin-bottom: 0.5rem;
          /* padding: 0.3125rem; */
          height: 1.25rem;
          padding-left: 0.833333rem;
          border-bottom: 2px solid black;
          border-radius: 0px;
          -webkit-appearance: none;
          -webkit-border-radius: 0px;
          border: 1px solid #d2d2d2;
          border-bottom: 2px solid #000;
          min-height: 40px;
          min-width: 40px; }
          @media screen and (max-width: 991px) {
            .product_slider_els#product_slider_right > div .quote_widget input {
              font-size: 0.8125rem; } }
        .product_slider_els#product_slider_right > div .quote_widget span {
          cursor: pointer;
          margin-right: 10px;
          display: block;
          float: left;
          width: 1.25rem;
          height: 1.25rem;
          border: 1px solid #d2d2d2;
          border-bottom: 2px solid #000;
          background: #fbfbfb;
          position: relative;
          min-height: 40px;
          min-width: 40px; }
        .product_slider_els#product_slider_right > div .quote_widget .row {
          width: 100%;
          margin: 0px; }
          .product_slider_els#product_slider_right > div .quote_widget .row > .datefield input {
            width: calc(100% - 1.25rem - 10px);
            float: left; }
            @media screen and (max-width: 1823px) {
              .product_slider_els#product_slider_right > div .quote_widget .row > .datefield input {
                width: calc(100% - 50px); } }
          .product_slider_els#product_slider_right > div .quote_widget .row > .datefield span {
            margin-right: 0px;
            float: right; }
            .product_slider_els#product_slider_right > div .quote_widget .row > .datefield span:after {
              content: '';
              position: absolute;
              width: 60%;
              height: 60%;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              background-image: url("../public/imgs/calendar_ico.png");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: contain; }
          .product_slider_els#product_slider_right > div .quote_widget .row > .aod input, .product_slider_els#product_slider_right > div .quote_widget .row > .noa input, .product_slider_els#product_slider_right > div .quote_widget .row > .noc input {
            width: 1.25rem;
            padding: 0px;
            text-align: center;
            float: left;
            margin-right: 10px; }
          .product_slider_els#product_slider_right > div .quote_widget .row > .aod input::-webkit-outer-spin-button,
          .product_slider_els#product_slider_right > div .quote_widget .row > .aod input::-webkit-inner-spin-button, .product_slider_els#product_slider_right > div .quote_widget .row > .noa input::-webkit-outer-spin-button,
          .product_slider_els#product_slider_right > div .quote_widget .row > .noa input::-webkit-inner-spin-button, .product_slider_els#product_slider_right > div .quote_widget .row > .noc input::-webkit-outer-spin-button,
          .product_slider_els#product_slider_right > div .quote_widget .row > .noc input::-webkit-inner-spin-button {
            /* display: none; <- Crashes Chrome on hover */
            -webkit-appearance: none;
            margin: 0;
            /* <-- Apparently some margin are still there even though it's hidden */ }
          .product_slider_els#product_slider_right > div .quote_widget .row > .aod input[type=number], .product_slider_els#product_slider_right > div .quote_widget .row > .noa input[type=number], .product_slider_els#product_slider_right > div .quote_widget .row > .noc input[type=number] {
            -moz-appearance: textfield; }
          .product_slider_els#product_slider_right > div .quote_widget .row > .aod span:after, .product_slider_els#product_slider_right > div .quote_widget .row > .noa span:after, .product_slider_els#product_slider_right > div .quote_widget .row > .noc span:after {
            content: '';
            width: 40%;
            height: 2px;
            background: #2b2726;
            position: absolute;
            top: calc(50% + 1px);
            left: 50%;
            transform: translate(-50%, -50%) rotate(90deg);
            -o-transform: translate(-50%, -50%) rotate(90deg);
            -moz-transform: translate(-50%, -50%) rotate(90deg);
            -webkit-transform: translate(-50%, -50%) rotate(90deg); }
          .product_slider_els#product_slider_right > div .quote_widget .row > .aod span:before, .product_slider_els#product_slider_right > div .quote_widget .row > .noa span:before, .product_slider_els#product_slider_right > div .quote_widget .row > .noc span:before {
            content: '';
            width: 40%;
            height: 2px;
            background: #2b2726;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%); }
          .product_slider_els#product_slider_right > div .quote_widget .row > .aod .quote_minus:after, .product_slider_els#product_slider_right > div .quote_widget .row > .noa .quote_minus:after, .product_slider_els#product_slider_right > div .quote_widget .row > .noc .quote_minus:after {
            content: none; }
        .product_slider_els#product_slider_right > div .quote_widget h1 {
          margin-left: 15px; }
          @media screen and (max-width: 767px) {
            .product_slider_els#product_slider_right > div .quote_widget h1 {
              margin-bottom: 20px; } }
        .product_slider_els#product_slider_right > div .quote_widget h2 {
          color: #004281;
          font-weight: 300;
          font-size: 0.8333333rem;
          line-height: 0.875rem;
          margin-bottom: 0.75rem; }
      .product_slider_els#product_slider_right > div #product_close {
        position: absolute;
        top: 0.625rem;
        right: 0.625rem;
        width: 1.35417rem;
        height: 1.35417rem;
        min-width: 34px;
        min-height: 34px;
        cursor: pointer;
        background-image: url("../public/imgs/article_close.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      .product_slider_els#product_slider_right > div #product_close_policy_finder {
        display: none;
        position: absolute;
        top: 0.625rem;
        right: 0.625rem;
        width: 1.35417rem;
        height: 1.35417rem;
        min-width: 34px;
        min-height: 34px;
        cursor: pointer;
        background-image: url("../public/imgs/article_close.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
    .product_slider_els#product_slider_right.ss h2.promo, .product_slider_els#product_slider_right.ss h1 {
      color: #ad208e !important; }
    .product_slider_els#product_slider_right.ss .quote_widget .link {
      background: #ad208e; }
      .product_slider_els#product_slider_right.ss .quote_widget .link:before {
        color: #ad208e; }
    .product_slider_els#product_slider_right.ss #validationmessage {
      /*background-color:$student-safe-color;*/
      font-size: 0.66667rem;
      font-weight: 300; }
    .product_slider_els#product_slider_right.ss .policy_quote_placeholder {
      background-color: rgba(171, 43, 137, 0.9); }
    .product_slider_els#product_slider_right.ws h2.promo, .product_slider_els#product_slider_right.ws h1 {
      color: #d06f1a !important; }
    .product_slider_els#product_slider_right.ws .quote_widget .link {
      background: #d06f1a; }
      .product_slider_els#product_slider_right.ws .quote_widget .link:before {
        color: #d06f1a; }
    .product_slider_els#product_slider_right.ws #validationmessage {
      /*background-color:$worker-safe-color;*/
      font-size: 0.66667rem;
      font-weight: 300; }
    .product_slider_els#product_slider_right.ws .policy_quote_placeholder {
      background-color: rgba(208, 111, 26, 0.9); }
    .product_slider_els#product_slider_right.es h2.promo, .product_slider_els#product_slider_right.es h1 {
      color: #9fa617 !important; }
    .product_slider_els#product_slider_right.es .quote_widget .link {
      background: #9fa617; }
      .product_slider_els#product_slider_right.es .quote_widget .link:before {
        color: #9fa617; }
    .product_slider_els#product_slider_right.es #validationmessage {
      /*background-color:$explorer-safe-color;*/
      font-size: 0.66667rem;
      font-weight: 300; }
    .product_slider_els#product_slider_right.es .policy_quote_placeholder {
      background-color: rgba(159, 166, 23, 0.9); }

.claims-page p a {
  word-break: break-all; }

.make_a_claim {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 60px; }
  .make_a_claim a {
    text-decoration: none;
    display: block;
    width: 30%;
    position: relative;
    padding: 20px 10px; }
    @media screen and (max-width: 767px) {
      .make_a_claim a {
        width: 100%;
        margin-bottom: 40px; } }
    .make_a_claim a:before {
      content: '';
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      border-radius: 50%;
      bottom: -20px;
      right: 20px;
      border: 5px solid #fff; }
    .make_a_claim a:after {
      content: '';
      width: 10px;
      height: 10px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: absolute;
      bottom: -5px;
      right: 36px; }
    .make_a_claim a h2 {
      font-size: 22px;
      position: absolute;
      left: 10px;
      top: -20px;
      background: #fff;
      padding-left: 5px;
      padding-right: 5px;
      line-height: 22px; }
      @media screen and (max-width: 767px) {
        .make_a_claim a h2 {
          top: -12px; } }
    .make_a_claim a p {
      margin: 0px;
      font-size: 26px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .make_a_claim a p {
          font-size: 22px; } }
    .make_a_claim a > div {
      height: 10vw;
      width: 100%;
      display: block;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .make_a_claim a > div {
          height: 25vw; } }
    .make_a_claim a:first-child {
      color: #ad208e;
      border: 1px solid #ad208e; }
      .make_a_claim a:first-child > div {
        background-image: url("../public/imgs/studentsafe-inbound-learners.jpg");
        background-position: center 20%;
        background-repeat: no-repeat;
        background-size: cover; }
      .make_a_claim a:first-child:before {
        background: #ad208e; }
    .make_a_claim a:nth-child(2) {
      color: #d06f1a;
      border: 1px solid #d06f1a; }
      .make_a_claim a:nth-child(2):before {
        background: #d06f1a; }
      .make_a_claim a:nth-child(2) > div {
        background-image: url("../public/imgs/workersafe-inbound.jpg");
        background-position: center 20%;
        background-repeat: no-repeat;
        background-size: cover; }
    .make_a_claim a:nth-child(3) {
      color: #9fa617;
      border: 1px solid #9fa617; }
      .make_a_claim a:nth-child(3):before {
        background: #9fa617; }
      .make_a_claim a:nth-child(3) > div {
        background-image: url("../public/imgs/explorersafe-inbound.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }

.claims-page .claim_approval_forms_text {
  padding-top: 15px;
  position: relative; }
  .claims-page .claim_approval_forms_text .forms_container > div {
    position: relative;
    max-width: none; }
    .claims-page .claim_approval_forms_text .forms_container > div > a {
      max-width: 645px;
      display: block;
      margin: 0 auto;
      position: relative;
      width: 66.67%; }
      @media screen and (max-width: 767px) {
        .claims-page .claim_approval_forms_text .forms_container > div > a {
          width: 100%; } }
      .claims-page .claim_approval_forms_text .forms_container > div > a:after {
        left: calc((100%) - 1.43rem); }
        @media screen and (max-width: 767px) {
          .claims-page .claim_approval_forms_text .forms_container > div > a:after {
            width: 1.43rem !important; } }
  .claims-page .claim_approval_forms_text:before {
    content: '';
    position: absolute;
    width: calc((100%) + 30px);
    height: 100%;
    top: 0px;
    left: -15px;
    border: 2px solid #ff1493;
    z-index: -1; }
  .claims-page .claim_approval_forms_text h2 {
    font-size: 0.9rem !important;
    line-height: 1.1rem !important;
    margin-bottom: 30px !important; }
  .claims-page .claim_approval_forms_text p a {
    white-space: nowrap; }

@media screen and (max-width: 991px) {
  .travelling_to {
    margin-top: 1.5rem; } }

/*# sourceMappingURL=landing.css.map */
