    
        body {
            background-color: #fff;
            color: #000;
        }
        
        a:active {
            opacity: 0.7;
        }
        
        .page a.active {
            opacity: .4;
        }
        
        i,
        em {
            font-style: italic;
        }
        
        b,
        strong {
            font-weight: bolder;
        }
        
        sub,
        sup {
            position: relative;
            vertical-align: baseline;
        }
        
        sub {
            top: 0.3em;
        }
        
        sup {
            top: -0.4em;
        }
        
        s {
            text-decoration: line-through;
        }
        
        img {
            border: 0;
            padding: 0;
        }
        
        ul,
        ol {
            margin: 0;
            padding: 0 0 0 1em;
        }
        
        blockquote {
            margin: 0;
            padding: 0 0 0 2em;
        }
        
        hr {
            background: rgba(127, 127, 127, 0.2);
            border: 0;
            height: 1px;
            display: block;
        }
        
        .content img {
            float: none;
            margin-bottom: .5em;
        }
        
            @font-face {
            font-family:'Roboto-Regular';
            src:url('../fonts/Roboto-Regular.woff2') format('woff2'),
            font-weight:normal;
            font-style:normal;
            }
        
            @font-face {
            font-family:'Roboto-Bold';
            src:url('../fonts/Roboto-Bold.woff2') format('woff2'),
            font-weight:normal;
            font-style:normal;
            }    
        
            body {
                padding: 52px 51px;
                margin: 0;}
        
            a { 
                color: #000000;
                text-decoration: none;}
        
            h1 { 
                font-family: Roboto-Bold;
                font-weight: 700;
                padding: 0;
                margin: 0;
                font-size: 1.2rem;
                line-height: 0.9;
                letter-spacing: 0.015rem;
                color: rgba(0, 0, 0, 0.85);
                text-decoration: none;}
        
            h2 {
                font-family: Roboto-Regular;
                font-style: normal;
                font-weight: 400;
                padding: 0;
                margin: 0;
                color: rgba(0, 0, 0, 0.85);
                font-size: 0.657rem;
                line-height: 1.15;
                width: 210px;
}

        
                h3 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 0.648rem;
	line-height: 1.18;
    margin-left: 18%;
    max-width: 429px;
    text-align: justify;
	}

    h5 {
        font-family: Roboto,sans-serif;
        font-style: normal;
        font-weight: 400;
        padding: 0;
        margin: 0;
        color: rgba(0, 0, 0, 0.85);
        font-size: 0.648rem;
        line-height: 1.18;
        margin-left: 18%;
        text-align: justify;
        }

            .hover-title { 
                display: inline;
                pointer-events: auto;
                width: 110px;
                transition: transform 250ms;
                display: flex;
}
        
            .hover-image {
            max-width: 100%;
            display: flex;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            pointer-events: none;
            flex-direction: row;
            align-items: center;
            justify-content: center;
       
            /* Change width and height to scale images */
            width: 90vw;
            height: 90vh;
            }  
            
            .hover-image img {
            max-width: 100% !important;
            max-height: 100% !important;
            width: auto !important;
            height: auto !important;
            margin-bottom: 0;
            margin-right: 50px;
        }
        
        .hover-image {
            visibility: hidden;
        }

        right {
             transition: transform 250ms;
             display: inline;
             pointer-events: auto;
        }

        body:not(.mobile) .hover-title:hover + .hover-image {
            visibility: visible;
            pointer-events: none;
        }
                
        p { 
            margin-left: 30px; 
            padding-top: 10px;
            padding-bottom: 10px;
            display: inline-block;
        }

        p2 { 
            line-height: 1.5;
        }
        
            .footer {
                position: fixed;
                left: 15px;
                bottom: 9px;
                width: 35%;
                background-color: rgba(255, 255, 255, 0);
                color: black;
                text-align: left;
                font-size: 0.58rem;
                font-family: Roboto-Bold, sans-serif;
                font-style: normal;
                font-weight: 500;
                letter-spacing: 0.015rem;
        }
        
        .div5 {
            display: none !important;
            transition: transform 250ms;
        }
        
         .5 {
            display: flex;
            transition: transform 250ms;
}

       body:not(.mobile) .5:hover {
            translate: 100px;}

        html {
            cursor: url("../Cursor.png") 20 36, auto !important;
        }
        
        custom-cursor:link {
                cursor: url("../Cursor.png"), auto;
            }
        
        custom-cursor:hover {
                cursor: url("../Cursor.png"), auto;
            }
        
        custom-cursor:active {
                cursor: url("../Cursor.png"), auto;
            }

        [grid-row] {
            align-items: flex-start;
            box-sizing: border-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        [grid-pad="0.5"] {
            padding: .25rem;
        }

        [grid-gutter="1"] {
            margin: -.5rem;
        }

        [grid-col] {
            box-sizing: border-box;
        }

        [grid-col="1"] {
            width: 8.33333%;
        }

        [grid-col="11"] {
            width: 91.66667%;
        }

        @media all and (max-width: 768px) 
{
.footer {
  position: fixed;
  left: 0px;
  padding-left: 15px;
  bottom: 0px;  
  padding-bottom: 9px;
  padding-top: 10px;
  width: 100%;
  background-color: white;
  color: black;
  text-align: left;
  font-size: 0.95rem;
  font-family: Roboto-Bold, sans-serif;
  font-style: normal;
  font-weight: 500;
}
    
[data-predefined-style="true"] h1 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif Bold", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	line-height: 0.9;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h2 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1rem;
	line-height: 1.2;
    width: 349px;
	}
    
h2 {
        width: 100%;
}

h3 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1rem;
	line-height: 1.2;
    margin-left: 0%;
    padding-bottom: 20px;
    max-width: 429px;
    text-align: justify;
	}
    
h5 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1rem;
	line-height: 1.2;
    text-align: left;
    min-width: 600px;
	}
    
    .div5 {
	display: initial !important;
}
    
    p { 
	margin-left: 0px; 
    padding-top: 0px;
    padding-bottom: 40px;
    width: 90%;
}

    body {
    width: 100vw;
    padding-left: 5%;
    padding-top: 5%;
    }
    .hover-image {
    width: 100vw;
    height: auto;
    }
    img {
        width: 100%;
        height: auto;
}
}
 
/* 
* Tablet
*/

@media all and (min-width: 769px) and (max-width: 1366px) 
{
.footer {
  position: fixed;
  left: 15px;
  bottom: 9px;
  width: 23%;
  background-color: white;
  color: black;
  text-align: left;
  font-size: 0.58rem;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}
    
 .hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 90% !important;
    max-height: 90% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
    margin-right: 50px;
    }
    
[data-predefined-style="true"] h2 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1rem;
	line-height: 1.2;
    width: 210px;
	}
    
h3 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1rem;
	line-height: 1.2;
    margin-left: 24%;
    max-width: 429px;
    text-align: justify;
	}
    
h5 {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1rem;
	line-height: 1.2;
    margin-left: 24%;
    text-align: justify;
	}
 
}