body {
	color:#FFFFFF;
    background-color: var(--back-purple-dark);
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

form input, textarea {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    box-shadow: inset 3px 3px 10px #2f323a !important;

}


:root {
    --back-purple:#180026;
    --back-purple-dark:#140023;
    --front-lightest-gray: #B7CFE0;
    --front-light-gray:#8494A0;
    --front-dark-gray:#5D6872;
    --back-dark-gray:#4B4F5C;
    --dark-blue-gray:#1F1F35;
    --corp-pink:#FF2C6D;
    --type-white:#ffffff;
    --type-service-light: #180026;
    --type-service-dark: #140023;
}

/*
.fa-gradient {
    background: linear-gradient(45deg, #FFA022, #FF2C6D );
	-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
*/

.contact_floater {
    z-index: 12;
    padding: 16px;
    border-radius: 48px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    height: 64px;
    justify-content: space-between;
    margin: 12px;
    filter: drop-shadow(10px 5px 6px rgba(99, 21, 0, 0.2));
    background-color: #000;
    
}

.floater_icon {
    font-size: 16px;
}

#serviceDark {
    background-color: var(--type-service-dark);
    border-top: 1px solid rgba(169, 155, 187, 0.1);
    border-bottom: 2px solid rgba(4, 4, 4, 0.8);

}

#serviceLight {
    background-color: var(--type-service-light);
    border-top: 1px solid rgba(169, 155, 187, 0.1);
    border-bottom: 2px solid rgba(4, 4, 4, 0.8);

}

a:link {
    color: #ffffff;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #ffffff;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #ffa800;
    text-decoration:none;
}

/* selected link */
a:active {
    color: #ffffff;
    text-decoration:none;
}

#mc_embed_signup_scroll {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0px;
    width: 100%;
    padding-top: 24px;
}

.button_mc {
    font-family: FontAwesome;
    font-size: 16px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding: 16px 24px 16px 16px;
    border: none;
    color: var(--front-dark-gray);
    background-color: #000;
    width: 64px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
}

#button_mc {
    cursor: none;
}

#mce-responses {
    text-align: center !important;
}

#mce-error-response {
    background-color: var(--front-dark-gray) !important;
    color: var(--corp-pink);
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size:12px;
	font-style: normal;
	font-weight: 400;
    text-align: center;

}


/* MOBILE MAIN --------------------------------------------------------------------- */

.wrapper {
    gap: 0px 0px;
    margin: 0 auto;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}


.spacer {
    height: 100% !important;
    clear:both;
    z-index: 6;
	position: relative;
}

.splash_container {
    display: block;
    text-align: center;
    width: 100%;
    height: 100% !important;
    box-sizing: border-box;
    z-index: 1;
    position: fixed;
    top: 0px;
    margin: 0 auto;
    background-image:url(../img/back_mobile.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.instruction {
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    color: rgba(255, 255, 255, .6);
    margin-top: auto;
}

.instruction_group {
    transform: translate(40%,50%);
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    margin-top: auto;
    align-self: flex-end;
    flex-grow: 1;
}

.instruction_icon {
    font-size: 24px;
}

#instruction_mobile {
    display: none;
}


.instruction_text {

    text-decoration: none;
    font-family: "Tungsten A", "Tungsten B";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    padding: 50px;
    transform: rotate(-90deg);
    letter-spacing: 1px;
}


.about_container {

    max-width:100%;
    text-align: center;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
    padding-top: 48px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.about_container_split {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 208, 92, 0.2);
    margin-top: 24px;
}

.about_container img {
    text-align: center;
    display: block;
    padding-bottom: 25px;
    margin: 0 auto;
}

.main_container {
    z-index: 6;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    background: -webkit-radial-gradient(circle at top center, #ffa300 , #e03b57); /* Safari */
    background: -o-radial-gradient(circle at top center, #ffa300 , #e03b57); /* Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle at top center, #ffa300, #e03b57); /* Firefox 3.6 to 15 */
    background: radial-gradient(circle at top center, #ffa300 , #e03b57); /* Standard syntax */
    padding-top: 48px;
    padding-bottom: 48px;
}

.info_txt {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
	box-sizing: border-box;
    width: 100%;
}

.info_txt_par_header {
	margin: 0 auto;
	font-family: kepler-std, serif;
    font-weight: 900;
    font-style: italic;
	letter-spacing: -2px;
	font-size: 28px;
    color:#ffffff;
    line-height: 26px;
    padding-top: 24px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

#mobiletitlebreak {
    display: contents;
}

.info_txt_par_med {
	margin: 0 auto;
	font-family: kepler-std, serif;
    font-weight: 700;
    font-style: italic;
	letter-spacing: -1px;
	font-size: 21px;
    color:#ffffff;
    line-height: 24px;
    padding-top: 2px;
    padding-bottom: 24px;
    box-sizing: border-box;
}
        

.info_txt_par_big {
	margin: 0 auto;
	font-family: kepler-std, serif;
    font-weight: 500;
    font-style: normal;
	letter-spacing: -1px;
	font-size:23px;
    color:#ffffff;
    line-height: 26px;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
}

#par_big2 {
    font-family: kepler-std, serif;
    font-weight: 500;
    font-style: normal;
	letter-spacing: -1px;
	font-size:17px;
    color:#ffffff;
    line-height: 22px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 24px;
}

.info_txt_par {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size:14px;
	font-style: normal;
	font-weight: 400;
    color:#ffffff;
    line-height: 21px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 auto;
}

.info_flex {
    display: flex; /* or inline-flex */
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 16px 0px 16px 0px;
  }

.info_flex .large {
    font-family: kepler-std-semicondensed-sub, serif;
    font-weight: 900;
    font-style: italic;
    font-size:18px;
    line-height: 10px;
    color:#f4bf6c;
    letter-spacing: -.5px;
    align-self: center;
    padding-top: 0px;
  }
  
  .info_flex .bracket {
      font-family: kepler-std-semicondensed-sub, serif;
      font-weight: 900;
      font-style: normal;
      font-size: 32px;
    color: rgba(255, 208, 92, 0.4);;
    align-self: center;
    line-height: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

.link_container {
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
}

.link_container2 {

	width: 100%;
	padding-top: 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    text-align: center;
}

.link {
	width: 100%;
	padding: 50 0 0 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.link2 {
    font-family: "Montserrat", sans-serif;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.link_btn {
	border-radius: 50px;
	background-color: #000000;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	cursor: pointer;
}

.link_btn2 {
	border-radius: 50px;
	background-color: #000000;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content:center;
	cursor: pointer;
    padding: 16px;
    margin: 0 auto;
    box-sizing: border-box;
}

.link_btn .left {
	width: 100%;
	letter-spacing: 4px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;

}

.link_btn .right {
	font-size: 18px;
	border-left: 1px solid rgba(64, 73, 94, 0.4);
	color: #ffffff;
}

.link_btn:hover .right  {
	color: #E81F5D;
}

.link_btn2 .left {
	width: 100%;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.link_btn2 .right {
	font-size: 18px;
	padding-left: 16px;
    padding-right: 16px;
	border-left: 1px solid rgba(64, 73, 94, 0.4);
	color: #ffffff;
    box-sizing: border-box;
}

.link_btn2:hover .right  {
	color: #E81F5D;
}

.link_container_center {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: center;
}

.link_center {
	max-width: 1200px;
	width: 100%;
	padding: 50 0 25 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}

.link_btn_center {
	border-radius: 50px;
	background-color: #000000;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	cursor: pointer;
	margin: 0 auto;
}

.link_btn_center .left {
	width: 100%;
	letter-spacing: 4px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 20px;
	color: #ffffff;
	text-align: center;
}

.link_btn_center .right {
	font-size: 18px;
	padding: 20 50 20 50;
	border-left: 1px solid rgba(64, 73, 94, 0.4);
	color: #ffffff;
}

.link_btn_center:hover .right  {
	color: #E81F5D;
}

.ghost-button {
    display: inline-block;
    width: 200px;
    padding: 25px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    outline: none;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size:14px;
    border-radius: 15px;
}

.ghost-button:hover, .ghost-button:active {
    background-color: none;
    color: #000;
    border: 1px solid #000000;
}



  /* SERVICES =========== */




.servicesWrapper {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


.servicesBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.serviceBlock {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

.serviceTitleBlock {
    padding-bottom: 48px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


.servicesContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-betweencen;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}



.serviceContainer {
    display: flex;
    flex-direction: column;
    padding: 24px;
    text-align: center;
    width: 136px;
    margin: 0 auto;
    box-sizing: border-box;
}


.serviceContainer .icon {
    padding-bottom: 16px;
    font-size: 24px;
}

.serviceContainer .heading {
    text-transform: uppercase;
    font-size: 8px;
}

.serviceBlockTitle {
    font-family: "kepler-std-caption", serif;
        font-weight: 700;
        font-style: italic;
        font-size: 28px;
        letter-spacing: -3px;
        width: 100%;
}

.serviceBlockSubTitle {
    text-align: left;
    padding-top: 48px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: var(--front-lightest-gray);
}


/* MOBILE RESUME --------------------------------------------------------------------- */

.cv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

.designer_group {
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
}

.designer_name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding-bottom: 16px;
}

.designer_edu {
    font-family: "kepler-std", serif;
    font-weight: 400;
    font-style: italic;
    color: var(--front-light-gray);
    font-size: 11px;
}

.studio, .designer {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    justify-content: flex-start;
    box-sizing: border-box;
    background-color: var(--back-purple-dark);
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid rgba(93, 104, 114, 0.3);
    border-width: thin;
}

.studio {
    padding-bottom: 32px !important;
}

.cv_titleblock {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: left;
    width: 100%;
    max-width: 1200px;
}

.rig {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content:flex-start;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}

.rig .specs {
    text-align: left;
    padding-left: 8px;
    text-transform: uppercase;
}

.rig .specs_title {
    font-weight: 600;
    font-size: 14px;
}

.rig .specs_info {
    font-size: 12px;
    line-height: 18px;
}

.rig .specs_info2 {
    font-size: 8px;
    line-height: 12px;
}

.renderbox_icon {
    height: 44px;
    width: 64px;
    border-radius: 8px;
    background-color: var(--front-dark-gray);
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.renderbox_icon img {
    transform: scale(0.8);
    margin: 0 auto;
    fill: var(--front-light-gray);
}

.color_mgt, .designer_notes {
    text-transform: uppercase;
    font-size: 8px;
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
}

.color_logos {
    display: flex;
    text-align: left;
    flex-direction: row;
    width: 100%;
    align-items: center;
    align-content: left;

}

.color_logo {
    padding-right: 24px;
}

.color_logo img {
    width: 44px;
}

.toolkit {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    background-color: var(--back-purple-dark);
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
}

.toolkit_group {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 16px 16px;
}

.toolkit_divider{
   width: 32px; 
   height: 2px;
   border-bottom: 1px solid #5D6872;
   margin-top: 16px;
   margin-bottom: 18px;
}

.toolkit_set {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 56px;
}

.toolkit_title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    font-style: normal;
    color: var(--type-white);
    text-align: left; 
}
    
.toolkit_subtitle {
    font-family: "Montserrat", sans-serif;
    font-size:10px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: var(--front-light-gray);
    text-align:left;
    padding-bottom: 21px;
    text-transform: uppercase;
}
    
.toolkit_label {
    font-family: "Montserrat", sans-serif;
    font-size:7px;
    line-height: 16px;
    font-weight: 600;
    font-style: normal;
    color: var(--front-light-gray);
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
}

.toolkit_icon {
    height: 44px;
    width: 44px;
    border-radius: 8px;
    background-color: var(--front-dark-gray);
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
    
.toolkit_icon img {
    transform: scale(0.5);
    margin: 0 auto;
    fill: var(--front-light-gray);
}

        

/* MOBILE FOOTER --------------------------------------------------------------------- */


.wrapper_clients {
    margin: 0 auto;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    
}

.footerBlock {
	background-color: #4B4F5C;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
    align-content: center;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 6;
}

.footer_client_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
	max-width: 1200px;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer_client_container .txt {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 16px;
	padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
	max-width: 700px;
	line-height: 24px;
}

.footer_client_logos {
    width:100%;
	display: flex;
    box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	gap: 24px;
    margin: 0 auto;
    padding: 0px;
}

.newsletter_container {
    border-top: 1px solid rgba(132, 148, 160, 0.5);
    width: 100%;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    
}


.newsletter_title {

    font-family: "Montserrat", sans-serif;  
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    font-style: normal;
    color: var(--type-white);
    text-align: left;
    text-transform: uppercase;
}
    
.newsletter_subtitle {

    font-family: "Montserrat", sans-serif;  
    font-weight: 400;
    font-style: normal;
    font-size: 8px;
    font-style: normal;
    color: var(--type-white);
    text-align: left;
    text-transform: uppercase;
}

#mce-EMAIL {

    font-family: "Montserrat", sans-serif; 
    font-size: 14px;
    color: #ffffff;
    width: 280px;
    margin: 0px;
    padding: 16px 16px 16px 24px;
    border-top-left-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0px;
    box-sizing: border-box;
    outline: none;
    border: 0;
    background-color: #8494A0;
 }

 

.mc-field-group {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}

input[type=text]{
    border-radius:25px;
  }

.map img {
    width: 300px;
}

.client_logos_set {
	display: flex;
    box-sizing: border-box;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-grow: 1;
}

.footer_client_logos img {
    width: 40px;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
}

.footer {
    width:100%;
    text-align:center;
    padding: 0;
    border-top: 1px solid rgba(169, 155, 187, 0.1);
    background-color: var(--back-dark-gray);
}

.footer_container {
    z-index: 6;
    background-color: rgba(15, 19, 25, 0);
    width: 100%;
    text-align: center;
    box-sizing: border-box;
	border-top: 1px solid rgba(33, 37, 49, 0);
    margin: 0 auto;
}

.footer_logo {
	text-align: center;
}

.footer_logo img {
	width: 75px;
	text-align: center;
	padding-bottom: 0px;
}

.logoline img {
    vertical-align: middle;
    padding: 5px 25px 5px 25px;
	text-align: center;
 }


.footer {
    background-color: var(--back-dark-gray);
    padding-bottom: 80px;
    padding-top: 80px;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: 1px solid rgba(169, 155, 187, 0.1);
}

.footer .legal {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: var(--front-light-gray);
    text-align: center;
    padding: 10px 10px 20px 15px;
    margin-left: auto;
    margin-right: auto;
}

.footer_logo {
	text-align: center;
}

.footer_logo img {
	width: 125px;
	text-align: center;
	padding-bottom: 21px;
}

.contact_small {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: var(--type-white);
    font-size:8px;
    text-align:center;
    letter-spacing: 6px;
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
}

.contact {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.contact .method {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--type-white);
       
}


.contact .method_divider {
    visibility: collapse;
}

.clientHeader {
    font-family: "kepler-std-caption", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    letter-spacing: -1px;
    width: 100%;
}

.clientLogoBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.clientLogoBox {
    background-color: #1F1F35;
    width: 32.7%;
    height: 260px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    box-sizing: border-box;
    margin: 2px;    
}

.clientLogos {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.clientLogos img {
    transform: scale(0.5);
    margin: 0 auto;
}

.sectionHeader {
    text-transform: uppercase;
    font-size: 32px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 42 0 8 8;
    box-sizing: border-box;
    margin: 4px;
}

.seperator {
    height: 64px;
}
    
.seperatorShort {
    height: 40px;
}

.contact .method {
    font-size:12px;
    letter-spacing: 6px;
    line-height:10px;
}

.footer .legal {
    font-size:8px;
}





/* DESKTOP DESKTOP DESKTOP --------------------------------------------------------------------- */





@media only screen and (min-width: 1200px) {


    .contact_floater {
        z-index: 12;
        padding: 16px;
        border-radius: 48px;
        position: fixed;
        top: 1em;
        right: 1em;
        display: flex;
        flex-direction: column;
        height: 96px;
        justify-content: space-between;
        margin: 16px;
        filter: drop-shadow(10px 5px 6px rgba(99, 21, 0, 0.2));
        background-color: #000;
        
    }
    
    .floater_icon {
        font-size: 20px;
    }


.spacer {
    height: 100% !important;
    clear:both;
    z-index: 6;
    position: relative;
}
    
.splash_container {
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    position: fixed;
    top: 0px;
    margin: 0 auto;
    background-image:url(../img/back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.main_container {
    z-index: 6;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    background: -webkit-radial-gradient(circle at top center, #ffa300 , #e03b57); /* Safari */
    background: -o-radial-gradient(circle  at top center, #ffa300 , #e03b57); /* Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle  at top center, #ffa300, #e03b57); /* Firefox 3.6 to 15 */
    background: radial-gradient(circle  at top center, #ffa300 , #e03b57); /* Standard syntax */
    padding-top: 96px;
    padding-bottom: 96px;
}

.about_container {
    max-width:1200px;
    text-align: center;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
    padding-top: 48px;  
}

.info_txt {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
	box-sizing: border-box;
    width: 100%;
}


.info_txt_par_header {
	margin: 0 auto;
	font-family: kepler-std, serif;
    font-weight: 900;
    font-style: italic;
	letter-spacing: -2px;
	font-size: 46px;
    color:#ffffff;
    line-height: 26px;
    padding-top: 24px;
    padding-bottom: 8px;
    box-sizing: border-box;
}

#mobiletitlebreak {
    display: none;
}

.info_txt_par_med {
	margin: 0 auto;
	font-family: kepler-std, serif;
    font-weight: 700;
    font-style: italic;
	letter-spacing: -2px;
	font-size: 28px;
    color:#ffffff;
    line-height: 26px;
    padding-top: 4px;
    padding-bottom: 24px;
    box-sizing: border-box;
}
        
.info_txt_par_big {
	margin: 0 auto;
	font-family: kepler-std, serif;
    font-weight: 500;
    font-style: normal;
	letter-spacing: -1px;
	font-size:36px;
    color:#ffffff;
    line-height: 48px;  
    box-sizing: border-box;
}   

.info_txt_par {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size:16px;
	font-style: normal;
	font-weight: 400;
    color:#ffffff;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 auto;
}

#par_big2 {
    font-family: kepler-std, serif;
    font-weight: 500;
    font-style: normal;
	letter-spacing: -1px;
	font-size:24px;
    color:#ffffff;
    line-height: 22px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 24px;
}

.info_flex {
    display: flex; /* or inline-flex */
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 32px 0px 32px 0px;
  }

.info_flex .large {
    font-family: kepler-std-semicondensed-sub, serif;
    font-weight: 900;
    font-style: italic;
    font-size:32px;
    line-height: 10px;
    color:#f4bf6c;
    letter-spacing: -.5px;
    align-self: center;
    padding-top: 0px;
  }
  
  .info_flex .bracket {
      font-family: kepler-std-semicondensed-sub, serif;
      font-weight: 900;
      font-style: normal;
      font-size: 56px;
    color: rgba(255, 208, 92, 0.4);;
    align-self: center;
    line-height: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }



  /* SERVICES =========== */

.servicesWrapper {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}


.servicesBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding:0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.serviceBlock {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 96px;
    padding-bottom: 96px;
}

.serviceTitleBlock {
    padding-top: 48px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


.servicesContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    align-content: center;
    width: 100%;
}



.serviceContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    width: 240px;
    box-sizing: border-box;
}


.serviceContainer .icon {
    padding-bottom: 32px;
    font-size: 32px;
}

.serviceContainer .heading {
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

.serviceBlockTitle {
    font-family: "kepler-std-caption", serif;
        font-weight: 700;
        font-style: italic;
        font-size: 46px;
        letter-spacing: -2px;
        width: 100%;
}

.serviceBlockSubTitle {
    text-align: left;
    padding-top: 64px;
    padding-bottom: 16px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
    color: var(--front-lightest-gray);
}


.footer_client_container .txt {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 24px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1400px;
    line-height: 32px;
}

.newsletter_container {
    border-top: 1px solid rgba(132, 148, 160, 0.5);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;

    
}

.newsletter {

    width: 450px;
    margin: 0 auto;
}

    
.newsletter_subtitle {

    font-family: "Montserrat", sans-serif;  
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    font-style: normal;
    color: var(--type-white);
    text-align: left;
    text-transform: uppercase;
}

#mce-EMAIL {

    font-family: "Montserrat", sans-serif; 
    font-size: 16px;
    color: #ffffff;
    width: 400px;
    margin: 0px;
    padding: 16px 16px 16px 24px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-sizing: border-box;
    outline: none;
    border: 0;
    background-color: #8494A0;
 }

.mc-field-group {
    
padding: 0px;
margin: 0px;

}




.map img {

    width: 500px;
}
    
.footer_client_logos {

    width:100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-left: 24px;
    padding-right: 24px;
}
      
.cv {

    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: left;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
}

.designer_group {
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
}

.designer_name {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding-bottom: 8px;
}


.designer_edu {
    font-family: "kepler-std", serif;
    font-weight: 400;
    font-style: italic;
    color: var(--front-light-gray);
    font-size: 16px;
}


.studio, .designer {

    font-family: "Montserrat", sans-serif;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    box-sizing: border-box;
    background-color: var(--back-purple-dark);
    padding-top: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(93, 104, 114, 0.3);
    border-width: thin;
    }

    
.studio {
    padding-bottom: 32px !important;
}


.rig {
    
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content:flex-start;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 1200px;
}

.rig .specs {

    text-align: left;
    padding-left: 12px;
    text-transform: uppercase;
}


.rig .specs_title {
    
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 4px;
}
    

.rig .specs_info {
    
    font-size: 14px;
    line-height: 21px;
}


.rig .specs_info2 {
    
    font-size: 10px;
    line-height: 16px;
}


.renderbox_icon {

    height: 56px;
    width: 72px;
    border-radius: 8px;
    background-color: var(--front-dark-gray);
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


.renderbox_icon img {
    
    transform: scale(0.6);
    margin: 0 auto;
    fill: var(--front-light-gray);
}


.color_mgt, .designer_notes {

    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding-top: 12px;
}


.color_logos {
    display: flex;
    text-align: left;
    flex-direction: row;
    width: 100%;
    align-items: center;
    align-content: left;
    padding-top: 4px;
    
    
}

.color_logo {
    padding-right: 24px;
}

.color_logo img {
    width: 56px;
}


.client_logos_set {

	display: flex;
    box-sizing: border-box;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding-top: 16px;
    padding-bottom: 16px;
	flex-grow: 1;
}


.footer_client_logos img {

    width: 56px;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
}


.toolkit {

    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    background-color: var(--back-purple-dark);
    padding-top: 56px;
    padding-bottom: 56px;
}


.toolkit_group {

    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 36px;    
}


.toolkit_title {

    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    font-style: normal;
    color: var(--type-white);
    text-align: left;
}
    
    
.toolkit_subtitle {
        
    font-family: "Montserrat", sans-serif;
    font-size:12px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    color: var(--front-light-gray);
    text-align: left;
    text-transform: uppercase;
}

    
.toolkit_set {
        
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 136px;
}

    
.toolkit_label {
        
    font-family: "Montserrat", sans-serif;  
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    font-style: normal;
    color:var(--front-light-gray);
    text-align: center;
    padding-top: 16px;
    margin-left: auto;
    margin-right: auto;
}


.toolkit_icon {

    display: flex;
    align-content: center;
    align-items: center;
    height: 52px;
    width: 52px;
    border-radius: 8px;
    background-color: var(--front-dark-gray);
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


.toolkit_icon img {

    transform: scale(0.6);
    margin: 0 auto;    
}


.newsletter_title {

    font-family: "Montserrat", sans-serif;  
    font-weight: 600;
    font-style: normal;
    font-size: 21px;
    font-style: normal;
    color: var(--type-white);
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
    
.newsletter_subtitle {

    font-family: "Montserrat", sans-serif;  
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-style: normal;
    color: var(--type-white);
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}


.wrapper_clients {
    margin: 0 auto;
    max-width: 1400px;
    padding-top: 64px;
    padding-bottom: 64px;
    box-sizing: border-box;
    
}


.clientHeader {

    font-family: "kepler-std-caption", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    letter-spacing: -1px;
    max-width: 75%;  
}
 

.clientLogoBlock {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: center;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    
    }
    

.clientLogoBox {

    width: 190px;
    height: 163px;
    background-color: #1F1F35;
    align-content: center;
    justify-content: center;
    margin: 2px;
}
    

.clientLogos {
        
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


.clientLogos img {
    
    transform: scale(0.4);
    margin: 0 auto;    
}
    
    
.sectionHeader {

    text-transform: uppercase;
    font-size: 24px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 42 0 8 8;
    box-sizing: border-box;
    margin: 4px;
}
    

.seperator {

    height: 48px;
}
    

.seperatorShort {
    
    height: 24px;
}


.contact .method {

    font-size:12px;
    letter-spacing: 6px;
    line-height:10px;
}


.contact_small {

    font-size:10px;
}
    

.footer .legal {

    font-size:10px;
}


.contact {

    text-align:center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
}


.contact .method_divider {

    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 10px;
    color: var(--front-light-gray);
    font-size: 10px;
    padding-left: 16px;
    padding-right: 16px;
    visibility:visible;  
}


}

    