<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&amp;display=swap');

* {
    box-sizing: border-box;
}

#container {
/*    max-width: 1500px;*/
/*    max-width: 1200px;*/
/*    max-width: 980px;*/
/*    margin: auto;*/
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* For mobile phones: */
[class*="g-cl-"] {
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .g-cl-1 {width: 8.33%;}
    .g-cl-2 {width: 16.66%;}
    .g-cl-3 {width: 25%;}
    .g-cl-4 {width: 33.33%;}
    .g-cl-5 {width: 41.66%;}
    .g-cl-6 {width: 50%;}
    .g-cl-7 {width: 58.33%;}
    .g-cl-8 {width: 66.66%;}
    .g-cl-9 {width: 75%;}
    .g-cl-10 {width: 83.33%;}
    .g-cl-11 {width: 91.66%;}
    .g-cl-12 {width: 100%;}
}

.btn-side-menu {
    display: none;
    width: 80px;
    text-align: center;
}

.nowrap {
    white-space:nowrap;
}

/* RENAME */
.t-pad {
/*    padding-left: 30px;*/
/*    padding-right: 4px;*/
    margin-right: 4px;
}

.side-menu-container {
    display: none;
    position: relative;
    width: 100%;
}

/*.side-menu-content {*/
.side-menu-root {
    width: 100%;
    position: absolute;
    top: 0;

    background-color: dimgrey;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    padding: 10px;
    text-decoration: none;
    color: ghostwhite;

    font-size: 12px;
    border: none;
    cursor: pointer;
}

.side-menu-content {
    display: inline-block;
    width: 100%;

    background-color: dimgrey;
    background-color: #272727;
/*    background-color: #1b1b1b;*/

    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: ghostwhite;

    font-size: 12px;
    border: none;
    list-style-type: none;
}

/* SUB-MENU */
.side-sub-content {
    padding-left: 30px;
/*    background-color: #272727;*/
    background-color: #1b1b1b;
}

@media only screen and (max-width: 768px) {
    /* For mobile: */
    .nav-menu {
        display: none;
    }

    .btn-side-menu {
        display: block;
    }

/*
    .t-pad {
        padding-left: 10px;
    }
*/

/*
    .side-menu-container {
        display: block;
    }
*/
}

/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1220px) {
    /* For tablet (iPad): */
    .t-pad {
        padding-left: 20px;
    }
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
/*            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Realm","Lato",Helvetica,Arial,sans-serif;
/*    font-weight: 300;*/
    font-weight: bold;
}

.box {
    background-color: crimson;
    width: 100%;
    height: 450px;
    position: relative;
}


/* NAVIGATION BAR */
#navigation-bar-widget {
    width: 100%;
    height: 80px;
}

/*  ------------- DROPDOWN MENU  -------------  */
.dropdown-widget {
    display: inline-block;
    position: relative;
    float: left; /* MAKING FLOAT:LEFT ALSO REMOVES A GAP (4px) BEETWEN inline-block ELEMENTS */
    width: 120px;
}

.dropdown-widget-menu {
    display: inline-block;
    position: relative;
    /* MAKING FLOAT:LEFT ALSO REMOVES A GAP (4px) BEETWEN inline-block ELEMENTS */
    float: left;
    width: 50px;
}

/* DEPRECATED -- CHECK AND REMOVE */
/*
.side-widget-menu {
    display: inline-block;
    position: relative;
    width: 100%;
}
*/

.dropdown-btn {
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width: 100px;
    text-align: center;
}

/* DROPDOWN-MENU - 3 items */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: lightcoral;
    background-color: dimgrey;
    min-width: 400px;
    max-width: 500px;

    right: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #1b1b1b;
}

.dropdown-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: ghostwhite;
}

/* SELECTED ITEM DROPDOWN-MENU */
.dropdown-content a:hover {
    background-color: gray;
    background-color: #3a3939;
/*    background-color: #343333;*/
/*    background-color: #2c2b2b;*/
/*    background-color: #272727;*/
/*    background-color: #1b1b1b;*/
}

.dropdown-widget:hover .dropdown-content {
    display: block;
}

.dropdown-widget:hover {
    background-color: dimgrey;
    color: black;
    background-color: #1b1b1b;
}

/* DEPRECATED -- CHECK AND REMOVE */
/*
.side-widget-menu:hover .dropdown-content {
    display: block;
}

.side-widget-menu:active .dropdown-content {
    display: block;
}
*/

/*
.side-menu-content-1:hover {
    background-color: red;
}
*/

/*
.side-menu-content-1:hover + .side-sub-menu {
    display: block;
}
*/

.side-sub-menu {
    display:none;
}

.logo {
    float: left;
    height: 100%;
/*            width: 180px;*/
    text-align: center;
    color: white;
}

/*  ------------- ALIGN LEFT/RIGHT -------------  */
.left {
    float: left;
}

.right {
    float: right;
}

/*  ------------- PARENT HEIGHT -------------  */
.parent-height {
    height: 100%;
}

.btn-size {
    height: 50px;
    width: 250px;
    text-align: center;
}

/* MOVE OR DECIDE HOW TO RENAME */
.main-bg-color {
    background-color: #323136;
    background-color: black;
}

.red-box {
    display: none;
    height: 3px;
    background-color: red;
    position: relative;
    bottom: 3px;
/*    width: 100%;*/
/*            border-bottom: solid;*/
/*            border-bottom-color: red;*/
/*            display: block;*/
}

/* CONTAINERS */
.launch-container {
    height: 100%;
    /* width: 100%; */
    /* margin: auto; */
    text-align: center; /* this is parent container and all inline-block elements will be aligned horizontally */
}

.launch-img {
    display: inline-block;
}

.h-centered {
    margin: 0;
}

.text-block {
    display: inline-block;
/*            width: 33%;*/
/*    background-color: aquamarine;*/
}

.mobile-menu {
    display: block;
    position: absolute;
    background-color: azure;
    height: 200px;
}

.rowt {
    display: block;
    background-color: firebrick;
    height: 50px;
    text-align: center;
}

.g-row {
    text-align: center;
    width: 100%;
}

.g-col {
    display: inline-block;
}

.g-hor-align {
    text-align: center;
}

.g-hor-align-right {
    text-align: right;
}

.g-hor-align-left {
    text-align: left;
}

.g-vert-align {
    vertical-align: middle;
}

.separator-line {
    max-width: 1500px;
    background-color: azure;
    height: 1px;
    margin: 30px 40px;
    margin: auto;
}

.dev-icon {
    display: inline-block;
    max-width: 300px;
    margin: 40px 50px 50px 50px;
    vertical-align:top;

/*    height: 900px;*/
/*    height: 300px;*/
/*    background-color: white;*/
}

.contact-block {
    display: inline-block;
    vertical-align:top;
}

.social-icon {
    display: inline-block;
    max-width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin: 20px;
    vertical-align:top;
}

/* TODO: CHECK IT. LOOKS LIKE NO EFFECT IS APPLIED */
.icon-description {
    text-align: center;
    vertical-align: middle;
}

.nav-container {
/*    width: 200px;*/
/*    height: 80px;*/
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.content-container {
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
}

a.link-btn {
    text-decoration: none;
    color: white;
    font-family: "Realm","Lato",Helvetica,Arial,sans-serif;
}

div.active {
    display: block;
}

.footer-container {
    height: 80px;
}

.tutor-margin {
    padding-left: 10px;
    padding-right: 10px;
}

.clear-float {
    clear: left;
}

.play-icon {
    display: inline-block;
    max-width: 40px;
    text-align: center;
}

/* CONTACT-INFO LIST */
.contact-info-list {
    margin-left: 20px;
    margin-right: 20px;
    list-style-type: none;
    list-style:none;
    padding-left:0;
}

.contact-info {
    /* font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
    font-family: "Open Sans", "Verdana", "Gill Sans", "Lucida Grande", "Arial", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    color: #c4c4c4;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;

    padding-top: 8px;
    padding-bottom: 8px;
}

.contact-li {

    margin: 2px;
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-info-list {margin-left: 0;margin-right: 0;}
    .contact-li {font-size: 16px;}
}

/* SPACER CLASS */
.pad-start-page {
/*    padding-top: 26px;*/
/*    padding-top: 20px;*/
    padding-top: 24px;
}

.pad-form-end {padding-bottom: 20px;}
.pad-bottom-send-btn {padding-bottom: 20px;}
.pad-bottom-tutor {padding-bottom: 30px;}

@media only screen and (max-width: 1024px) {
    .pad-start-page { padding-top: 15px;}
}

/* HORIZONTAL TEXT BLOCK */
.txt-block {
    display: inline-block;
    vertical-align: top;
}

/* .footer-bottom-block .terms-privacy .divider {
    width: 1px;
    height: 20px;
    margin: 0 11px 0 12px;
    background-color: white;
}

.footer-bottom-block .terms-privacy {
    display: flex;
}

.custom-link {
    color: white;
    text-decoration: none;
} */

.terms-privacy {
    text-align: center;
    margin-bottom: 10px;
    /* Optional: Center the links within the container */
}

.custom-link {
    color: rgba(200, 200, 200, .7);
    text-decoration: none;
    display: inline-block;
    /* Display links inline */
    margin-right: 10px;
    /* Add some space between the links, adjust as needed */
}

.divider {
    /* Optional: Add styling to the divider if needed */
    display: inline-block;
    margin-right: 10px;
    color: rgba(200, 200, 200, .7);
}</pre></body></html>