
/*
			@font-face {
			    font-family: "Quantify-Bold";
			    font-style: normal;
			    font-weight: 700;
			    src: url('https://anima-uploads.s3.amazonaws.com/5c85b6b8a4630a000d1c745f/Quantify Bold.ttf') format("truetype");
			}
*/

			/* The following line is used to measure usage of this code. You can remove it if you want. */
			/*@import url("https://px.animaapp.com/665e6cd9c3879684e556886d.665e6cdac3879684e5568870.pYuQlwg.hch.png");*/


			.screen textarea:focus,
			.screen input:focus {
			    outline: none;
			}

			.screen * {
			    -webkit-font-smoothing: antialiased;
			    box-sizing: border-box;
			}

			.screen div {
			    -webkit-text-size-adjust: none;
			}

			.component-wrapper a {
			    display: contents;
			    pointer-events: auto;
			    text-decoration: none;
			}

			.component-wrapper * {
			    -webkit-font-smoothing: antialiased;
			    box-sizing: border-box;
			    pointer-events: none;
			}

			.component-wrapper a *,
			.component-wrapper input,
			.component-wrapper video,
			.component-wrapper iframe {
			    pointer-events: auto;
			}

			.component-wrapper.not-ready,
			.component-wrapper.not-ready * {
			    visibility: hidden !important;
			}

			.screen a {
			    display: contents;
			    text-decoration: none;
			}

			.full-width-a {
			    width: 100%;
			}

			.full-height-a {
			    height: 100%;
			}

			.container-center-vertical {
			    align-items: center;
			    display: flex;
			    flex-direction: row;
			    height: 100%;
			    pointer-events: none;
			}

			.container-center-vertical>* {
			    flex-shrink: 0;
			    pointer-events: auto;
			}

			.container-center-horizontal {
			    display: flex;
			    flex-direction: row;
			    justify-content: center;
			    pointer-events: none;
			    width: 100%;
			}

			.container-center-horizontal>* {
			    flex-shrink: 0;
			    pointer-events: auto;
			}

			.auto-animated div {
			    --z-index: -1;
			    opacity: 0;
			    position: absolute;
			}

			.auto-animated input {
			    --z-index: -1;
			    opacity: 0;
			    position: absolute;
			}

			.auto-animated .container-center-vertical,
			.auto-animated .container-center-horizontal {
			    opacity: 1;
			}

			.overlay-base {
			    display: none;
			    height: 100%;
			    opacity: 0;
			    position: fixed;
			    top: 0;
			    width: 100%;
			}

			.overlay-base.animate-appear {
			    align-items: center;
			    animation: reveal 0.3s ease-in-out 1 normal forwards;
			    display: flex;
			    flex-direction: column;
			    justify-content: center;
			    opacity: 0;
			}

			.overlay-base.animate-disappear {
			    animation: reveal 0.3s ease-in-out 1 reverse forwards;
			    display: block;
			    opacity: 1;
			    pointer-events: none;
			}

			.overlay-base.animate-disappear * {
			    pointer-events: none;
			}

			@keyframes reveal {
			    from {
			        opacity: 0
			    }

			    to {
			        opacity: 1
			    }
			}

			.animate-nodelay {
			    animation-delay: 0s;
			}

			.align-self-flex-start {
			    align-self: flex-start;
			}

			.align-self-flex-end {
			    align-self: flex-end;
			}

			.align-self-flex-center {
			    align-self: flex-center;
			}

			.valign-text-middle {
			    display: flex;
			    flex-direction: column;
			    justify-content: center;
			}

			.valign-text-bottom {
			    display: flex;
			    flex-direction: column;
			    justify-content: flex-end;
			}

			input:focus {
			    outline: none;
			}

			.listeners-active,
			.listeners-active * {
			    pointer-events: auto;
			}

			.hidden,
			.hidden * {
			    pointer-events: none;
			    visibility: hidden;
			}

			.smart-layers-pointers,
			.smart-layers-pointers * {
			    pointer-events: auto;
			    visibility: visible;
			}

			.listeners-active-click,
			.listeners-active-click * {
			    cursor: pointer;
			}

			* {
			    box-sizing: border-box;
			}

			:root {
			    --cb4329: #cb4329;
			    --mine-shaft: #333333;
			    --white: #ffffff;
			    --x000000: #000000;

			    --font-size-l: 20px;
			    --font-size-m: 18px;
			    --font-size-s: 16px;
			    --font-size-xl: 24px;
			    --font-size-xs: 14px;
			    --font-size-xxl: 60px;

			    --font-family-quantify-bold: "Quantify-Bold", Helvetica;
			    --font-family-raleway: "Raleway", Helvetica;
			}

			.h2 {
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-xl);
			    font-style: normal;
			    font-weight: 700;
			    letter-spacing: 0px;
			}

			.raleway-normal-black-18px {
			    color: var(--x000000);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-m);
			    font-style: normal;
			    font-weight: 400;
			}

			.raleway-medium-black-14px {
			    color: var(--x000000);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-xs);
			    font-style: normal;
			    font-weight: 500;
			}

			.raleway-medium-mine-shaft-18px {
			    color: var(--mine-shaft);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-m);
			    font-style: normal;
			    font-weight: 500;
			}

			.raleway-bold-black-20px {
			    color: var(--x000000);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-l);
			    font-style: normal;
			    font-weight: 700;
			}

			.raleway-semi-bold-black-18px {
			    color: var(--x000000);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-m);
			    font-style: normal;
			    font-weight: 600;
			}

			.raleway-bold-black-18px {
			    color: var(--x000000);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-m);
			    font-style: normal;
			    font-weight: 700;
			}

			.raleway-normal-white-18px {
			    color: var(--white);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-m);
			    font-style: normal;
			    font-weight: 400;
			}

			:root {}


			.frame-45 {
			    align-items: flex-start;
			    background-color: transparent;
			    display: inline-flex;
			    gap: 28px;
			}

			.nav-list-item-link-pricing {
			    background-color: transparent;
			    letter-spacing: 0.00px;
			    line-height: 60px;
			    margin-top: -1.00px;
			    position: relative;
			    text-align: left;
			    white-space: nowrap;
			}

			.nav-list-item-link-why-rockhopper-crm {
			    background-color: transparent;
			    letter-spacing: 0.00px;
			    line-height: 60px;
			    position: relative;
			    text-align: left;
			    white-space: nowrap;
			}

			/* screen - privacy-policy */

			.privacy-policy {
			    align-items: center;
			    background-color: #f3f0f0;
			    display: inline-block;
                overflow: hidden;
			    /*flex-direction: column;*/
			    left: 0px;
			    overflow-x: hidden;
			    position: relative;
			    top: 0px;
			}

			.privacy-policy .header-fRFSBS {
			    background-color: var(--white);
			    box-shadow: 0px 0px 5px #999999;
			    height: 105px;
			}

			.privacy-policy .link-brand-logo-hipng-oywWXR {
			    background-color: transparent;
			    background-image: url(https://cdn.animaapp.com/projects/665e6cdbc3879684e5568872/releases/665e6cfb4ec2a49110d04c38/img/link---brand-logo-hi-png@2x.png);
			    background-position: 50% 50%;
			    background-size: cover;
			    height: 62px;
			    left: 390px;
			    overflow: hidden;
			    position: absolute;
			    top: 15px;
			    width: 350px;
			}

			.privacy-policy .list-item-link-oywWXR {
			    background-color: var(--cb4329);
			    border-radius: 4px;
			    height: 30px;
			    left: 1403px;
			    position: absolute;
			    top: 15px;
			    width: 127px;
			}

			.privacy-policy .free-trial-dszxul {
			    background-color: transparent;
			    color: var(--white);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-s);
			    font-style: normal;
			    font-weight: 500;
			    height: 30px;
			    left: 20px;
			    letter-spacing: 0.00px;
			    line-height: 30px;
			    position: absolute;
			    text-align: left;
			    top: -2px;
			    white-space: nowrap;
			    width: 88px;
			}

			.privacy-policy .frame-45-oywWXR {
			    left: 822px;
			    position: absolute;
			    top: 45px;
			}

			.privacy-policy .nav-list-item-link-why-rockhopper-crm-yynUe4 {
			    height: 60px;
			    margin-top: -1.00px;
			    width: 181.12045288085938px;
			}

			.privacy-policy .nav-list-item-link-features-yynUe4 {
			    background-color: transparent;
			    height: 60px;
			    letter-spacing: 0.00px;
			    line-height: 60px;
			    margin-top: -1.00px;
			    position: relative;
			    text-align: left;
			    white-space: nowrap;
			    width: 73.67305755615234px;
			}

			.privacy-policy .nav-list-item-link-pricing-yynUe4 {
			    height: 60px;
			    width: 58.23768997192383px;
			}

			.privacy-policy .nav-list-item-link-pricing-ZEcN9W {
			    width: fit-content;
			}

			.privacy-policy .nav-list-item-link-about-yynUe4 {
			    background-color: transparent;
			    height: 60px;
			    letter-spacing: 0.00px;
			    line-height: 60px;
			    margin-top: -1.00px;
			    position: relative;
			    text-align: left;
			    white-space: nowrap;
			    width: 51.69731521606445px;
			}

			.privacy-policy .nav-list-item-link-contact-yynUe4 {
			    background-color: transparent;
			    height: 60px;
			    letter-spacing: 0.00px;
			    line-height: 60px;
			    margin-top: -1.00px;
			    position: relative;
			    text-align: left;
			    white-space: nowrap;
			    width: 66.52190399169922px;
			}

			.privacy-policy .header-RHlTJH {
			    background-color: transparent;
			    border-bottom-style: solid;
			    border-bottom-width: 1px;
			    border-color: #0000001a;
			    border-left-style: none;
			    border-right-style: none;
			    border-top-style: none;
			    height: 73px;
			}

			.privacy-policy .frame-45-AXrDTx {
			    left: 390px;
			    position: relative;
			    top: 3px;
			}

			.privacy-policy .frame-1-A07hf5 {
			    align-items: flex-start;
			    background-color: transparent;
			    border-bottom-style: solid;
			    border-bottom-width: 8px;
			    border-color: var(--cb4329);
			    border-left-style: none;
			    border-right-style: none;
			    border-top-style: none;
			    display: inline-flex;
			    flex: 0 0 auto;
			    gap: 10px;
			    padding: 0px 30px 10px;
			    position: relative;
			}

			.privacy-policy .nav-list-item-link-why-rockhopper-crm-3of3cF {
			    color: var(--cb4329);
			    font-family: var(--font-family-raleway);
			    font-size: var(--font-size-m);
			    font-style: normal;
			    font-weight: 500;
			    margin-top: -8.00px;
			    width: fit-content;
			}

			.privacy-policy .frame-2-A07hf5 {
			    align-items: flex-start;
			    background-color: transparent;
			    cursor: pointer;
			    display: inline-flex;
			    flex: 0 0 auto;
			    gap: 10px;
			    padding: 0px 30px 10px;
			    position: relative;
			}

			.privacy-policy .nav-list-item-link-why-rockhopper-crm-ZiiZKT {
			    margin-top: -8.00px;
			    width: fit-content;
			}

			.privacy-policy .frame-54-fRFSBS {
			    align-items: center;
                width:100%;
			    background-color: transparent;
			    display: inline-flex;
			    flex: 0 0 auto;
			    flex-direction: column;
			    gap: 80px;
			    position: relative;
			}

			.privacy-policy .frame-53-F386FI {
			    align-items: flex-start;
			    background-color: transparent;
			    display: inline-flex;
			    flex: 0 0 auto;
			    gap: 20px;
			    position: relative;
			}

			.privacy-policy .frame-52-YIerYo {
			    align-items: flex-start;
			    background-color: transparent;
			    display: inline-flex;
			    flex: 0 0 auto;
			    flex-direction: column;
			    padding: 50px 0px 0px;
			    position: relative;
			}

			.privacy-policy .divinner-page-banner-CndmpR {
			    background-color: transparent;
			    background-image: url(/assets/images/div-inner-page-banner.png);
			    background-position: 50% 50%;
			    background-size: cover;
			    height: 152px;
			    position: relative;
			    width: 853px;
			}

			.privacy-policy .heading-1-about-YoQxi9 {
			    background-color: transparent;
			    color: transparent;
			    font-family: var(--font-family-quantify-bold);
			    font-size: var(--font-size-xxl);
			    font-style: normal;
			    font-weight: 700;
			    height: 80px;
			    left: 181px;
			    letter-spacing: 2.00px;
			    line-height: 80px;
			    position: absolute;
			    text-align: center;
			    top: 35px;
			    white-space: nowrap;
			    width: auto;
			}

			.privacy-policy .span0-yqJiGe {
			    color: var(--x000000);
			    font-style: normal;
			    letter-spacing: 1.20px;
			}

			.privacy-policy .span1-yqJiGe {
			    color: var(--cb4329);
			    font-style: normal;
			    letter-spacing: 1.20px;
			}

			.privacy-policy .frame-51-CndmpR {
			    align-items: flex-start;
			    background-color: var(--white);
			    box-shadow: 0px 0px 20px #0000001a;
			    display: inline-flex;
			    flex: 0 0 auto;
			    flex-direction: column;
			    gap: 18px;
			    overflow: hidden;
			    padding: 35px 40px;
			    position: relative;
			}

			.privacy-policy .link-home-XXVBzM {
			    line-height: 40.7px;
			    margin-top: -1.00px;
			}

			.privacy-policy .frame-47-XXVBzM {
			    align-items: flex-start;
			    background-color: transparent;
			    display: inline-flex;
			    flex: 0 0 auto;
			    flex-direction: column;
			    gap: 18px;
			    position: relative;
			}

			.privacy-policy .heading-4-want-to-le-ZZxlu4 {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    margin-top: -1.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-ZZxlu4 {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-eMujrb {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-eMujrb {
			    line-height: 25.7px;
			}

			.privacy-policy .span0-2zQBQq {}

			.privacy-policy .span1-2zQBQq {}

			.privacy-policy .heading-4-want-to-le-qjRIQY {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-qjRIQY {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-Y6j515 {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-Y6j515 {
			    line-height: 25.7px;
			}

			.privacy-policy .line-4-ZZxlu4 {
			    align-self: stretch;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-XXVBzM {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-ru5mCh {
			    line-height: 25.7px;
			}

			.privacy-policy .span0-2TqTZ2 {}

			.privacy-policy .span1-2TqTZ2 {}

			.privacy-policy .heading-4-want-to-le-ru5mCh {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-Wwh2Qs {
			    line-height: 25.7px;
			}

			.privacy-policy .line-4-XXVBzM {
			    align-self: stretch;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-Wwh2Qs {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-if84aK {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-if84aK {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-0j0Gsr {
			    line-height: 25.7px;
			}

			.privacy-policy .line-7-XXVBzM {
			    align-self: stretch;
			    height: 1px;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-0j0Gsr {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-RTms42 {
			    line-height: 25.7px;
			}

			.privacy-policy .line-8-XXVBzM {
			    align-self: stretch;
			    height: 1px;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-RTms42 {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-Oczlvc {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-Oczlvc {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-JDkeg2 {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-JDkeg2 {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-t3kxxL {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-t3kxxL {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-bEMRkD {
			    line-height: 25.7px;
			}

			.privacy-policy .line-9-XXVBzM {
			    align-self: stretch;
			    height: 1px;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-bEMRkD {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-DsfXDV {
			    line-height: 25.7px;
			}

			.privacy-policy .line-10-XXVBzM {
			    align-self: stretch;
			    height: 1px;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-DsfXDV {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-1vAOAW {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-1vAOAW {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-moj82w {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-moj82w {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-hv0x4C {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-hv0x4C {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-HPi27x {
			    line-height: 25.7px;
			}

			.privacy-policy .heading-4-want-to-le-HPi27x {
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-a2zk5z {
			    line-height: 25.7px;
			}

			.privacy-policy .line-6-XXVBzM {
			    align-self: stretch;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-a2zk5z {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-F6plsD {
			    line-height: 25.7px;
			}

			.privacy-policy .line-5-XXVBzM {
			    align-self: stretch;
			    width: 100%;
			}

			.privacy-policy .heading-4-want-to-le-F6plsD {
			    color: var(--cb4329);
			    font-style: normal;
			    font-weight: 700;
			    position: relative;
			    width: 767px;
			}

			.privacy-policy .link-home-HSZlFw {
			    line-height: 25.7px;
			}

			.privacy-policy .span0-4vn1Y8 {}

			.privacy-policy .span1-4vn1Y8 {}

			.privacy-policy .span2-4vn1Y8 {}

			.privacy-policy .span3-4vn1Y8 {}

			.privacy-policy .span4-4vn1Y8 {}

			.privacy-policy .span5-4vn1Y8 {}

			.privacy-policy .span6-4vn1Y8 {}

			.privacy-policy .span7-4vn1Y8 {}

			.privacy-policy .span8-4vn1Y8 {}

			.privacy-policy .frame-50-YIerYo {
			    background-color: transparent;
			    height: 789px;
			    overflow: hidden;
			    position: relative;
			    width: 269px;
			}

			.privacy-policy .rectangle-10-CXHVRp {
			    background-color: var(--white);
			    border-radius: 10px;
			    height:740px;
			    left: 0px;
			    position: absolute;
			    top: 48px;
			    width: 269px;
				margin-bottom:20px;
			}

			.privacy-policy .frame-48-CXHVRp {
			    align-items: flex-start;
			    background-color: transparent;
			    display: inline-flex;
			    flex-direction: column;
			    gap: 10px;
			    left: 16px;
			    position: absolute;
			    top: 133px;
				bottom-margin:40px;
			}

			.privacy-policy .heading-4-want-to-le-oZ1xjv {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    margin-top: -1.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-4-oZ1xjv {
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-e8G6TO {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-5-oZ1xjv {
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-c8Mjlt {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-6-oZ1xjv {
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-LW8b1b {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-7-oZ1xjv {
			    height: 1.000030517578125px;
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-palr6M {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-10-oZ1xjv {
			    height: 1.000030517578125px;
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-UVJXjL {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-11-oZ1xjv {
			    background-color: transparent;
			    height: 1.000030517578125px;
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    object-fit: cover;
			    position: relative;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-plBByL {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-12-oZ1xjv {
			    background-color: transparent;
			    height: 1.000030517578125px;
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    object-fit: cover;
			    position: relative;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-TMY0DD {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-13-oZ1xjv {
			    background-color: transparent;
			    height: 1.000030517578125px;
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    object-fit: cover;
			    position: relative;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-iR1TxQ {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-9-oZ1xjv {
			    height: 1.0000152587890625px;
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-xr3uSq {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .line-8-oZ1xjv {
			    height: 1.0000152587890625px;
			    margin-left: -0.50px;
			    margin-right: -0.50px;
			    width: 226px;
			}

			.privacy-policy .heading-4-want-to-le-hwK7QI {
			    cursor: pointer;
			    letter-spacing: 0.00px;
			    position: relative;
			    width: 225px;
			}

			.privacy-policy .heading-4-want-to-le-CXHVRp {
			    cursor: pointer;
			    height: 29px;
			    left: 16px;
			    letter-spacing: 0.00px;
			    position: absolute;
			    top: 71px;
			    white-space: nowrap;
			    width: auto;
			}

			.privacy-policy .footer-F386FI {
			    background-color: transparent;
			    background-image: url(https://cdn.animaapp.com/projects/665e6cdbc3879684e5568872/releases/665e6cfb4ec2a49110d04c38/img/footer.png);
			    background-position: 50% 50%;
			    background-size: cover;
			    height: 227.4199981689453px;
			    position: relative;
			    max-width: 100%;
			    max-inline-size: 100%;
			    block-size: auto;
			}

			.privacy-policy .rockhoppertech-footersvg-Flco6h {
			    background-color: transparent;
			    height: 26px;
			    left: 796px;
			    position: absolute;
			    top: 41px;
			    width: 328px;
			}

			.privacy-policy .rock-hopper-tech-is-Flco6h {
			    background-color: transparent;
			    height: 61px;
			    left: 508px;
			    letter-spacing: 0.00px;
			    line-height: 25.7px;
			    position: absolute;
			    text-align: center;
			    top: 93px;
			    width: 904px;
			}

			.privacy-policy .copyright-2017-2024-rockhopper-tech-Flco6h {
			    background-color: transparent;
			    height: 26px;
			    left: 767px;
			    letter-spacing: 0.00px;
			    line-height: 25.7px;
			    position: absolute;
			    text-align: center;
			    top: 180px;
			    white-space: nowrap;
			    width: 387px;
			}

			.privacy-policy .heading-4-want-to-le {
			    background-color: transparent;
			    line-height: 28.6px;
			    text-align: left;
			}

			.privacy-policy .line-10 {
			    background-color: transparent;
			    object-fit: cover;
			    position: relative;
			}

			.privacy-policy .line-3 {
			    align-self: stretch;
			    background-color: transparent;
			    height: 1px;
			    object-fit: cover;
			    position: relative;
			    width: 100%;
			}

			.privacy-policy .line-4 {
			    background-color: transparent;
			    height: 1px;
			    object-fit: cover;
			    position: relative;
			}

			.privacy-policy .line-5 {
			    background-color: transparent;
			    height: 1px;
			    object-fit: cover;
			    position: relative;
			}

			.privacy-policy .line-6 {
			    background-color: transparent;
			    height: 1px;
			    object-fit: cover;
			    position: relative;
			}

			.privacy-policy .line-7 {
			    background-color: transparent;
			    object-fit: cover;
			    position: relative;
			}

			.privacy-policy .line-8 {
			    background-color: transparent;
			    object-fit: cover;
			    position: relative;
			}

			.privacy-policy .line-9 {
			    background-color: transparent;
			    object-fit: cover;
			    position: relative;
			}

			.privacy-policy .link-home {
			    background-color: transparent;
			    letter-spacing: 0.00px;
			    position: relative;
			    text-align: left;
			    width: 767px;
			}

			th {
				font-size:12px;
				font-weight:bold;
				padding:3px;
				background-color:#cccccc;
			}

			td {
				font-size: 12px;
				border-top:1px solid #000000;
				padding:5px;
			}

			table {
				border:1px solid #000000;
				padding:5px;
			}