/*----------
                                                                                                                                       
               AAA               ZZZZZZZZZZZZZZZZZZZ     OOOOOOOOO          OOOOOOOOO     RRRRRRRRRRRRRRRRR                  AAA               
              A:::A              Z:::::::::::::::::Z   OO:::::::::OO      OO:::::::::OO   R::::::::::::::::R                A:::A              
             A:::::A             Z:::::::::::::::::Z OO:::::::::::::OO  OO:::::::::::::OO R::::::RRRRRR:::::R              A:::::A             
            A:::::::A            Z:::ZZZZZZZZ:::::Z O:::::::OOO:::::::OO:::::::OOO:::::::ORR:::::R     R:::::R            A:::::::A            
           A:::::::::A           ZZZZZ     Z:::::Z  O::::::O   O::::::OO::::::O   O::::::O  R::::R     R:::::R           A:::::::::A           
          A:::::A:::::A                  Z:::::Z    O:::::O     O:::::OO:::::O     O:::::O  R::::R     R:::::R          A:::::A:::::A          
         A:::::A A:::::A                Z:::::Z     O:::::O     O:::::OO:::::O     O:::::O  R::::RRRRRR:::::R          A:::::A A:::::A         
        A:::::A   A:::::A              Z:::::Z      O:::::O     O:::::OO:::::O     O:::::O  R:::::::::::::RR          A:::::A   A:::::A        
       A:::::A     A:::::A            Z:::::Z       O:::::O     O:::::OO:::::O     O:::::O  R::::RRRRRR:::::R        A:::::A     A:::::A       
      A:::::AAAAAAAAA:::::A          Z:::::Z        O:::::O     O:::::OO:::::O     O:::::O  R::::R     R:::::R      A:::::AAAAAAAAA:::::A      
     A:::::::::::::::::::::A        Z:::::Z         O:::::O     O:::::OO:::::O     O:::::O  R::::R     R:::::R     A:::::::::::::::::::::A     
    A:::::AAAAAAAAAAAAA:::::A    ZZZ:::::Z     ZZZZZO::::::O   O::::::OO::::::O   O::::::O  R::::R     R:::::R    A:::::AAAAAAAAAAAAA:::::A    
   A:::::A             A:::::A   Z::::::ZZZZZZZZ:::ZO:::::::OOO:::::::OO:::::::OOO:::::::ORR:::::R     R:::::R   A:::::A             A:::::A   
  A:::::A               A:::::A  Z:::::::::::::::::Z OO:::::::::::::OO  OO:::::::::::::OO R::::::R     R:::::R  A:::::A               A:::::A  
 A:::::A                 A:::::A Z:::::::::::::::::Z   OO:::::::::OO      OO:::::::::OO   R::::::R     R:::::R A:::::A                 A:::::A 
AAAAAAA                   AAAAAAAZZZZZZZZZZZZZZZZZZZ     OOOOOOOOO          OOOOOOOOO     RRRRRRRR     RRRRRRRAAAAAAA                   AAAAAAA
                                                                                                                                               
----------*/


/* ./Universal Styling Start */
::-moz-selection {
    color: white;
    text-shadow: none;
    background-color: black;
}
::selection {
    color: white;
    text-shadow: none;
    background-color: black;
}
::-webkit-scrollbar {
    height: 0.5em;
    width: 0.5em;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 2px;
    outline: 1px solid black;
}
html {
    scroll-behavior: auto;
}
body {
    background-color: white;
    color: black;
    font-family: 'Chaparral Pro', serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Verlag', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.3rem;
}
h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}
h6 {
    font-size: 0.85rem;
}
p, span {
    margin: 0;
    letter-spacing: 0.02rem;
}
p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
ul>li {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
a,
.Button,
.SmoothTransition {
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}
a:hover, a:focus, a:active,
.Button:hover, .Button:focus, .Button:active,
.SmoothTransition:hover, .SmoothTransition:focus, .SmoothTransition:active {
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}
.PushToLeft {
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}
.Container, .Block, .Contents, .TopSection, .BottomSection, .Core, .Image {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.Container {
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.Container .Overlay {
    background-color: white;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    height: 100%;
    width: 0%;
    z-index: 99;
}
.Container .Overlay.Active {
    width: 100%;
}
.Block {
    align-items: center;
    flex-direction: row;
    min-height: calc(100vh - 72px);
}
.Contents {
    align-items: center;
}
.TopSection {
    align-items: flex-start;
}
.BottomSection {
    align-items: flex-start;
    padding-top: 6em;
}
.Core {
    align-items: center;
    padding-top: 3em;
}
.Image {
    align-self: center;
    justify-self: center;
    flex-direction: row;
}
.HR {
    display: flex;
    position: relative;
    background-color: #dedede;
    margin: 0px;
    border: 0px;
    height: 1px;
    width: 100%;
}
.Hidden {
    display: none !important;
}
.Services .Contents, .Projects .Contents, .About .Contents, .Contact .Contents {
    align-items: flex-start;
    padding: 6em 0;
}
.Contents .TopSection p {
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 1em;
}
.ScrollDown {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.ScrollDown i {
    height: 1.5em;
    width: 1.5em;
}
.ScrollDown i svg {
    width: 100%;
    height: 100%;
}
.ScrollDown:hover i svg .BlockOne,
.ScrollDown:active i svg .BlockOne {
    transform: translateY(17.5em);
}
.ScrollDown:hover i svg .BlockTwo,
.ScrollDown:active i svg .BlockTwo {
    transform: translateY(-17.5em);
}
.ScrollDown:hover i svg .Arrow,
.ScrollDown:active i svg .Arrow {
    animation-name: ScrollDown;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
/* ./Universal Styling End */


/* Icons Start */
.Icon {
    display: flex;
    position: relative;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1em;
    width: 1em;
}
.SidebarIcon {
    background-image: url('../Media/Vectors/SidebarIcon.svg');
}
.CloseSidebarIcon {
    background-image: url('../Media/Vectors/CloseSidebarIcon.svg');
}
.McAfeeSecuredIcon {
    background-image: url('../Media/Vectors/McAfeeSecuredIcon.svg');
}
.ScrollDownIcon {
    background-image: url('../Media/Vectors/ScrollDownIcon.svg');
}
.MessengerIcon {
    background-image: url('../Media/Vectors/MessengerIcon.svg');
}
.BrandingIcon {
    background-image: url('../Media/Vectors/BrandingIcon.svg');
}
.MarketingIcon {
    background-image: url('../Media/Vectors/MarketingIcon.svg');
}
.MobileAppsIcon {
    background-image: url('../Media/Vectors/MobileAppsIcon.svg');
}
.AIIcon {
    background-image: url('../Media/Vectors/AIIcon.svg');
}
.QuotesIcon {
    background-image: url('../Media/Vectors/QuotesIcon.svg');
}
.FacebookIcon {
    background-image: url('../Media/Vectors/FacebookIcon.svg');
}
.InstagramIcon {
    background-image: url('../Media/Vectors/InstagramIcon.svg');
}
.TwitterIcon {
    background-image: url('../Media/Vectors/TwitterIcon.svg');
}
.YouTubeIcon {
    background-image: url('../Media/Vectors/YouTubeIcon.svg');
}
.WhatsAppIcon {
    background-image: url('../Media/Vectors/WhatsAppIcon.svg');
}
/* ./Icons End */


/* Buttons Start */
.Button {
    border: 2px solid rgba(0, 0, 0, 1);
    border-radius: 2px;
    display: inline-block;
    position: relative;
    font-family: 'Verlag';
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 0.5em 1em;
    overflow: hidden;
    width: max-content;
}
.ButtonPrimary {
    background-color: #3c4859;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    font-family: 'Chaparral Pro', serif;
    font-size: 1.12rem;
    font-weight: normal;
    text-transform: none;
    padding: 0.2em 0.6em;
}
.ButtonPrimary:hover {
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 1);
}
.ButtonSecondary {
    color: black;
    background-color: white;
}
.ButtonSecondary:hover {
    color: white;
    background-color: black;
}
.ButtonTertiary {
    background-color: black;
    color: white;
    border-color: white;
}
.ButtonTertiary:hover {
    background-color: white;
    color: black;
    border-color: black;
}
.ButtonTertiary.Processing {
    background-image: url("../Media/Images/Loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200%;
    border-radius: 100%;
    height: 48px;
    width: 48px;
}
.ButtonTertiary.Processing span {
    display: none !important;
}
/* ./Buttons End */


/* Animations & Transitions Start */
@-webkit-keyframes AutoFill {
    to { color: white; background: transparent; }
}
@keyframes AutoFill {
    to { color: white; background: transparent; }
}
@-webkit-keyframes RotateYIn {
    0% { opacity: 0; transform: translateZ(-20px) rotateX(90deg); }
    60% { opacity: 1; transform: translateZ(-20px) rotateX(-10deg); }
    100% { opacity: 1; transform: translateZ(-20px) rotateX(0deg); }
}
@keyframes RotateYIn {
    0% { opacity: 0; transform: translateZ(-20px) rotateX(90deg); }
    60% { opacity: 1; transform: translateZ(-20px) rotateX(-10deg); }
    100% { opacity: 1; transform: translateZ(-20px) rotateX(0deg); }
}
@-webkit-keyframes RotateYOut {
    0% { opacity: 1; transform: translateZ(-20px) rotateX(0); }
    60% { opacity: 0; transform: translateZ(-20px) rotateX(-100deg); }
    100% { opacity: 0; transform: translateZ(-20px) rotateX(-90deg); }
}
@keyframes RotateYOut {
    0% { opacity: 1; transform: translateZ(-20px) rotateX(0); }
    60% { opacity: 0; transform: translateZ(-20px) rotateX(-100deg); }
    100% { opacity: 0; transform: translateZ(-20px) rotateX(-90deg); }
}
@-webkit-keyframes ScrollDown {
    0% { opacity: 1; transform: translateY(0em); }
    20% { opacity: 0.5; transform: translateY(1.5em); }
    30% { opacity: 0.25; transform: translateY(3em); }
    40% { opacity: 0.1; transform: translateY(3.5em); }
    45% { opacity: 0.05; transform: translateY(4em); }
    50% { opacity: 0; transform: translateY(-4em); }
    55% { opacity: 0.05; transform: translateY(-4em); }
    60% { opacity: 0.1; transform: translateY(-3.5em); }
    70% { opacity: 0.25; transform: translateY(-3em); }
    80% { opacity: 0.5; transform: translateY(-1.5em); }
    100% { opacity: 1; transform: translateY(0em); }
}
@keyframes ScrollDown {
    0% { opacity: 1; transform: translateY(0em); }
    20% { opacity: 0.5; transform: translateY(1.5em); }
    30% { opacity: 0.25; transform: translateY(3em); }
    40% { opacity: 0.1; transform: translateY(3.5em); }
    45% { opacity: 0.05; transform: translateY(4em); }
    50% { opacity: 0; transform: translateY(-4em); }
    55% { opacity: 0.05; transform: translateY(-4em); }
    60% { opacity: 0.1; transform: translateY(-3.5em); }
    70% { opacity: 0.25; transform: translateY(-3em); }
    80% { opacity: 0.5; transform: translateY(-1.5em); }
    100% { opacity: 1; transform: translateY(0em); }
}

.Transition100 {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.Transition250 {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.Transition500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.Transition750 {
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}
.Transition1000 {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.Transition1250 {
    -webkit-transition: all 1250ms ease;
    -moz-transition: all 1250ms ease;
    -ms-transition: all 1250ms ease;
    -o-transition: all 1250ms ease;
    transition: all 1250ms ease;
}
.Transition1500 {
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.Transition1750 {
    -webkit-transition: all 1750ms ease;
    -moz-transition: all 1750ms ease;
    -ms-transition: all 1750ms ease;
    -o-transition: all 1750ms ease;
    transition: all 1750ms ease;
}
.Transition2000 {
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}
/* ./Animations & Transitions End */


/* Promo Start */
.Promo {
    align-items: flex-start;
    background-color: #f9f9f9;
    flex-direction: column;
    height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}
.Promo .TopSection {
    align-items: center;
    justify-content: flex-start;
    padding: 2em 0;
}
.Promo .TopSection > div,
.Promo .TopSection > div > div,
.Promo .TopSection > div > div > div,
.Promo .TopSection .Contents {
    height: inherit;
}
.Promo .TopSection .Upper,
.Promo .TopSection .Middle,
.Promo .TopSection .Lower {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.Promo .TopSection .Upper {
    flex: 0;
}
.Promo .TopSection .Upper .Logo {
    margin: auto;
    height: 2em;
    width: 2em;
}
.Promo .TopSection .Middle {
    flex: 1;
    padding: 3em 0em;
    overflow-y: auto;
    margin: 3em 3em 0 3em;
}
.Promo .TopSection .CoverBar {
    position: absolute;
    background: #f9f9f9;
    height: 100%;  
    top: 0;
    right: -7px;
    width: 1em;
    -webkit-transition: all .5s;
    opacity: 1;
    z-index: 9;
}
.Promo .TopSection:hover .cover-bar {
    opacity: 0;
   -webkit-transition: all .5s;
 }
/*
.Promo .TopSection .Middle.AutoScroll {
    overflow-y: auto;
}
.Promo .TopSection .Middle .Form {

}
*/
.Promo .TopSection .Lower {
    flex: 0;
}
.Promo .TopSection .Lower a:first-child {
    margin-right: 0.5em;
}
.Promo .TopSection .Lower a:last-child {
    margin-left: 0.5em;
}
.Promo .BottomSection {
    align-items: center;
    height: auto;
    padding: 2em 0;
}
.Promo .BottomSection .ScrollDown {
    opacity: 0.5;
}
.Promo .BottomSection .ScrollDown:hover,
.Promo .BottomSection .ScrollDown:focus {
    text-decoration: none;
    opacity: 1;
}
.Promo .BottomSection .ScrollDown span {
    color: black;
    font-size: 0.8rem;
    margin-bottom: 1.5em;
}
/* ./Promo End */


/* Sidebar Start */
.Sidebar {
    background-color: black;
    display: block;
    position: fixed;
    right: -240px;
    height: 100vh;
    width: 240px;
    z-index: 999;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.Sidebar .Contents {
    align-items: flex-end;
    padding: 1.6em 4em;
}
.Sidebar .CloseSidebarLink {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex: 0;
    -webkit-transform: translateY(-160px);
    -moz-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    -o-transform: translateY(-160px);
    transform: translateY(-160px);
}
.Sidebar .CloseSidebarLink.Active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.Sidebar .CloseSidebarLink i {
    height: 1.5em;
    width: 1.5em;
}
.Sidebar .CloseSidebarLink:hover i,
.Sidebar .CloseSidebarLink:focus i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.Sidebar .LogoContainer {
    display: flex;
    position: relative;
    height: 2em;
    width: 2em;
    align-self: center;
    justify-content: center;
}
.Sidebar .LogoContainer .Logo {
    height: 2em;
    width: 2em;
}
.Sidebar ul {
    display: flex;
    position: relative;
    align-items: flex-end;
    align-self: auto;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    margin: 0;
    padding: 0;
}
.Sidebar ul li {
    list-style: none;
    padding: 0.5em 0em;
    -webkit-transform: translateX(160px);
    -moz-transform: translateX(160px);
    -ms-transform: translateX(160px);
    -o-transform: translateX(160px);
    transform: translateX(160px);
}
.Sidebar ul li.Active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.Sidebar ul li:first-child {
    padding-top: 0em;
    padding-bottom: 2em;
}
.Sidebar ul li:first-child a::before {
    height: 0;
}
.Sidebar ul li:last-child {
    padding-bottom: 0em;
}
.Sidebar ul li a {
    color: white;
    position: relative;
    font-family: 'Verlag';
    font-size: 0.85rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}
.Sidebar .Contents ul li a:before {
    background-color: white;
    content: "";
    position: absolute;
    left: -5px;
    bottom: -8px;
    height: 1px;
    width: calc(100% + 5px);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.Sidebar ul li a:hover:before {
    background-color: white;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.Sidebar .SocialBlock {
    display: flex;
    position: relative;
    align-items: flex-end;
    align-self: center;
    flex: 0;
}
.Sidebar .SocialBlock .SocialLink {
    display: inline-flex;
    position: relative;
    margin: 0em 0.3em;
    -webkit-transform: translateY(160px);
    -moz-transform: translateY(160px);
    -ms-transform: translateY(160px);
    -o-transform: translateY(160px);
    transform: translateY(160px);
}
.Sidebar .SocialBlock .SocialLink.Active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.Sidebar .SocialBlock .SocialLink:first-child {
    margin-left: 0;
}
.Sidebar .SocialBlock .SocialLink:last-child {
    margin-right: 0;
}
.Sidebar .SocialBlock .SocialLink:hover,
.Sidebar .SocialBlock .SocialLink:focus,
.Sidebar .SocialBlock .SocialLink:active {
    transform: scale(1.2);
}
.Sidebar .SocialBlock .SocialLink i {
    height: 1.2em;
    width: 1.2em;
}
/* ./Sidebar End */


/* Header Start */
.Header {
    box-shadow: 0px 0px 0px rgba(222, 222, 222, 0.4), 
                0px 0px 6px rgba(222, 222, 222, 0.4);
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 9;
}
.Header .Contents {
    flex-direction: row;
    padding: 1.5em 0em;
}
.Header .Contents .Left {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}
.Header .Contents .Left .Logo {
    height: 1.5em;
    width: 1.5em;
}
.Header .Contents .Right {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    flex: 2;
}
.Header .Contents .Right ul {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0;
}
.Header .Contents .Right ul li {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0em 1em;
}
.Header .Contents .Right ul li:first-child {
    padding-left: 0em;
}
.Header .Contents .Right ul li:last-child {
    padding-right: 0em;
}
.Header .Contents .Right ul li a {
    color: black;
    position: relative;
    font-family: 'Verlag';
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.06rem;
    text-decoration: none;
    text-transform: uppercase;
}
.Header .Contents .Right ul li a:before {
    background-color: black;
    content: "";
    position: absolute;
    height: 1px;
    left: -5px;
    bottom: -27px;
    visibility: hidden;
    width: calc(100% + 10px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.Header .Contents .Right ul li a:hover:before,
.Header .Contents .Right ul li.Active a:before {
    background-color: black;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.Header .Contents .Right .ToggleSidebar {
    display: none;
    position: relative;
    z-index: 99;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.Header .Contents .Right .ToggleSidebar i {
    height: 1.5em;
    width: 1.5em;
}
.Header .Contents .Right .ToggleSidebar i svg {
    height: 100%;
    width: 100%;
    overflow: visible;
}
.Header .Contents .Right .ToggleSidebar i svg path {
    border: 0;
    -webkit-transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -moz-transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -o-transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); /* linear */
}
.Header .Contents .Right .ToggleSidebar:hover i svg path {
    border: 0;
    -webkit-transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -moz-transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -o-transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    transition: all 750ms cubic-bezier(0.68, -0.55, 0.265, 1.55); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); /* linear */
}
.Header .Contents .Right .ToggleSidebar:hover i svg .One {
    transform: translate3d(-10px, -10px, 0);
}
.Header .Contents .Right .ToggleSidebar:hover i svg .Two {
    transform: translate3d(10px, -10px, 0);
}
.Header .Contents .Right .ToggleSidebar:hover i svg .Three {
    transform: translate3d(-10px, 10px, 0);
}
.Header .Contents .Right .ToggleSidebar:hover i svg .Four {
    transform: translate3d(10px, 10px, 0);
}
/* ./Header End */


/* Home Start */
.Home {
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc(100vh - 76px);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 76px);
}
.Home .TopSection {
    align-items: center;
    justify-content: center;
    height: calc(var(--vh, 1vh) * 100 - 152px);
}
.Home .TopSection .AnimatedHeadline {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 100%;
}
.Home .TopSection .WordsWrapper {
    min-height: 11vh;
    width: inherit;
}
.Home .TopSection .WordsWrapper b {
    display: flex;
    position: absolute;
    align-items: center;
    align-self: center;
    justify-content: center;
    letter-spacing: 0.1rem;
    left: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
}
.Home .TopSection .WordsWrapper b span {
    margin: 0em 0.15em;
}
.Home .TopSection .AnimatedHeadline.RotateY .WordsWrapper {
    perspective: 300px;
}
.Home .TopSection .AnimatedHeadline.RotateY i, 
.Home .TopSection .AnimatedHeadline.RotateY em {
    display: inline-block;
    backface-visibility: hidden;
}
.Home .TopSection .AnimatedHeadline.RotateY i {
    transform-style: preserve-3d;
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}
.Home .TopSection .IsVisible .AnimatedHeadline.RotateY i {
    opacity: 1;
}
.Home .TopSection .AnimatedHeadline.RotateY i.in {
    animation: RotateYIn 0.4s forwards;
}
.Home .TopSection .AnimatedHeadline.RotateY i.out {
    animation: RotateYOut 0.4s forwards;
}
.Home .TopSection .AnimatedHeadline.RotateY em {
    transform: translateZ(20px);
    font-style: normal;
    font-size: 5vw;
}
.Home .TopSection .no-csstransitions .AnimatedHeadline.RotateY i {
    transform: rotateX(0deg);
    opacity: 0;
}
.Home .TopSection .no-csstransitions .AnimatedHeadline.RotateY i em {
    transform: scale(1);
}
.Home .TopSection .no-csstransitions .AnimatedHeadline.RotateY .IsVisible i {
    opacity: 1;
}
.Home .BottomSection {
    position: absolute;
    flex-direction: row;
    bottom: 1em;
    padding: 0.75em 0em;
    height: auto;
}
.Home .BottomSection .Contents {
    flex-direction: row;
}
.Home .BottomSection .Left {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex: 1;
}
.Home .BottomSection .Center {
    flex: 1;
    text-align: center;
}
.Home .BottomSection .Right {
    display: flex;
    position: relative;
    justify-content: flex-end;
    flex: 1;
}
.Home .BottomSection .McAfeeSecuredIcon {
    height: 3em;
    width: 6em;
}
.Home .BottomSection .ScrollDown {
    display: inline-block;
    opacity: 0.5;
    vertical-align: middle;
}
.Home .BottomSection .ScrollDown:hover,
.Home .BottomSection .ScrollDown:focus {
    opacity: 1;
}
.Home .BottomSection .ScrollDown .ScrollDownIcon {
    height: 1.5em;
    width: 1.5em;
}
.Home .BottomSection .MessengerIcon {
    height: 3em;
    width: 3em;
}
/* ./Home End */


/* Services Start */
.Services .BottomSection .TabbedNavigation {
    display: flex;
    position: relative;
    border: 0;
    width: 100%;
}
.Services .BottomSection .TabbedNavigation .ToggleService {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex: 1;
}
.Services .BottomSection .TabbedNavigation .ToggleService a {
    color: black;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    opacity: 0.5;
    min-width: 64px;
}
.Services .BottomSection .TabbedNavigation .ToggleService a:hover,
.Services .BottomSection .TabbedNavigation .ToggleService a:focus,
.Services .BottomSection .TabbedNavigation .ToggleService a.active {
    opacity: 1;
}
.Services .BottomSection .TabbedNavigation .ToggleService a:hover i,
.Services .BottomSection .TabbedNavigation .ToggleService a:focus i,
.Services .BottomSection .TabbedNavigation .ToggleService a.active i {
    transform: scale(1.2);
    padding: 1em 2em;
}
.Services .BottomSection .TabbedNavigation .ToggleService i {
    margin: auto;
    height: 3em;
    width: 3em;
}
.Services .BottomSection .TabbedNavigation .ToggleService a h4 {
    margin-top: 2em;
}
.Services .BottomSection .TabbedNavigation .ToggleService a .Tooltip {
    display: none;
    background-color: black;
    border-radius: 2px;
    color: white;
    position: absolute;
    font-family: 'Verlag', sans-serif;
    font-weight: 900;
    font-size: 0rem;
    letter-spacing: 0.03rem;
    top: -4em;
    padding: 0.25em 0.5em;
    text-transform: uppercase;
    white-space: nowrap;
}
.Services .BottomSection .TabbedNavigation .ToggleService a .Tooltip:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../Media/Vectors/ArrowDownIcon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
    top: 1.95em;
    left: 50%;
    height: 0.5em;
    width: 1em;
    transform: translateX(-50%);
}
.Services .BottomSection .TabbedContent {
    align-self: flex-start;
    width: 100%;
}
.Services .BottomSection .TabbedContent > div .Core {
    padding: 0em;
}
.Services .BottomSection .HR {
    margin: 3em 0;
}
.Services .BottomSection .InnerTabbedNavigation {
    display: flex;
    position: relative;
    border: 0px;
    width: 100%;
    padding: 0.3em 0;
}
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService {
    display: flex;
    position: relative;
    justify-content: flex-start;
    /* flex: 1; */
    padding: 0;
    padding-right: 2em;
}
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a {
    color: black;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    opacity: 0.5;
}
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:hover,
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:focus,
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a.active {
    opacity: 1;
}
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:hover i,
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:focus i,
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a.active i {
    transform: scale(1.2);
    padding: 1em 2em;
}
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService i {
    margin: auto;
    height: 3em;
    width: 3em;
}
.Services .BottomSection .InnerTabbedNavigation .InnerToggleService a h5 {
    margin: 0em;
    white-space: nowrap;
}
.Services .BottomSection .InnerTabbedContent {
    align-self: flex-start;
}
.Services .BottomSection .InnerTabbedContent > div {
    padding-top: 3em;
}
.Services .BottomSection .InnerTabbedContent .Button {
    margin: 2em 0em 0em;
}
.Services .BottomSection .InnerTabbedContent h4 {
    margin-bottom: 1.5rem;
}
/* ./Services End */


/* Projects Start */
.Projects .BottomSection .Project {
    display: flex;
    position: relative;
    align-items: flex-start;
    padding: 2em 0;
    width: 100%;
}
.Projects .BottomSection .Project:first-child {
    padding-top: 0;
}
.Projects .BottomSection .Project:last-child {
    padding-bottom: 0;
}
.Projects .BottomSection .Left {
    align-items: flex-start;
    flex: 1.5;
}
.Projects .BottomSection .Left .Logo {
    height: auto;
    width: 8em;
}
.Projects .BottomSection .Left .Nissan {
    width: 6em;
}
.Projects .BottomSection .Left .MassyMotors {
    width: 7em;
}
.Projects .BottomSection .Right {
    align-self: center;
    flex: 3;
}
.Projects .BottomSection .Right h3 {
    margin-bottom: 0.75em;
}
.Projects .BottomSection .Left ul,
.Projects .BottomSection .Right ul {
    list-style: none;
    padding: 0;
}
/* ./Projects End */


/* About Start */
.About .BackgroundArt {
    display: flex;
    position: absolute;
    background-color: transparent;
    background-image: url('../Media/Images/AboutBG.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 85%;
    width: 85%;
    opacity: 0.5;
}
.About .HR {
    margin: 3em 0em;
    height: 0.075em;
    opacity: 0.3;
}
.About .BottomSection {
    padding-top: 0;
}
.About .BottomSection p {
    position: relative;
}
.About .BottomSection p .QuotesIcon {
    position: absolute;
    left: -4em;
    height: 3em;
    width: 3em;
}
.About .BottomSection p span {
    display: block;
    font-size: 1.25rem;
    padding-top: 1em;
}
/* ./About End */


/* Contact Start */
.Contact {
    color: white;
    background-color: black;
}
.Contact .BottomSection {
    padding-top: 3em;
}
.Contact .BottomSection .ContactForm {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.Contact .BottomSection .ContactForm ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.Contact .BottomSection .ContactForm ul li {
    list-style: none;
    padding-bottom: 1em;
}
.Contact .BottomSection .ContactForm ul li input {
    border: 0;
    color: white;
    background-color: transparent;
    border-bottom: 1px solid #757575;
    font-size: 1.6rem;
    padding: 0.4em 0;
}
.Contact .BottomSection .ContactForm ul li input[type=email] {
    width: 100%;
}
.Contact .BottomSection .ContactForm ul li input[type=text] {
    width: 100%;
}
.Contact .BottomSection .ContactForm input:focus {
    outline: none;
}
.Contact .BottomSection .ContactForm input:-webkit-autofill {
    -webkit-animation-name: AutoFill;
    animation-name: AutoFill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.Contact .BottomSection .Core {
    flex-direction: row;
    justify-content: flex-start;
}
.Contact .BottomSection .Core .Button {
    display: inline-block;
    align-self: flex-start;
}
.Contact .BottomSection .Core .Button span {
    margin: 0em;
}
.Contact .BottomSection .Core span {
    display: inline-flex;
    position: relative;
    font-size: 1.4rem;
    margin-left: 1em;
    margin-right: 0.5em;
}
.Contact .BottomSection .Core span.label {
    font-size: 1.25rem;
}
.Contact .Complete .SocialBlock {
    margin-top: 24px;
}
.Contact .Complete h2 {
    font-size: 7rem;
}
.Contact .SocialBlock {
    display: inline-flex;
    position: relative;
    align-items: center;
}
.Contact .SocialBlock a {
    display: inline-flex;
    position: relative;
    margin: 0em 0.6em;
}
.Contact .SocialBlock a:first-child {
    margin-left: 0;
}
.Contact .SocialBlock a:last-child {
    margin-right: 0;
}
.Contact .SocialBlock a:hover,
.Contact .SocialBlock a:focus,
.Contact .SocialBlock a:active {
    transform: scale(1.2);
}
.Contact .SocialBlock a i {
    height: 1.75em;
    width: 1.75em;
}
/* ./Contact End */




/* Responsive Media Queries Start */

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {

}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.4em;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 0.95rem;
    }
    h6 {
        font-size: 0.8rem;
    }
    p {
        font-size: 1.3rem;
        line-height: 2.2rem;
    }
    .Contents .TopSection p {
        font-size: 1.75rem;
        line-height: 2.75rem;
    }
    .Button {
        font-size: 1.1575rem;
    }
    .Header .Contents .Right ul {
        display: none;
        -webkit-transition: -webkit-transform .2s; 
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .Header .Contents .Right .ToggleSidebar {
        display: flex;
    }
    .About .BottomSection p .QuotesIcon {
        position: absolute;
        left: -3em;
        height: 2em;
        width: 2em;
    }    
    .Contact .BottomSection .ContactForm ul li input {
        font-size: 1.5rem;
    }
    .Contact .BottomSection .ContactForm ul li input::placeholder {
        font-size: 1.5rem;
    }
    .Contact .BottomSection .Core span {
        font-size: 1.25rem;
    }
    .Contact .BottomSection .Core span.label {
        font-size: 1.125rem;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    h1 {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
    h3 {
        font-size: 1.25rem;
        line-height: 1.8rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    h5 {
        font-size: 0.9rem;
    }
    .Contents .TopSection p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .Button {
        font-size: 1.085rem;
    }
    .Services .BottomSection .TabbedNavigation .ToggleService {
        justify-content: center;
    }
    .Services .BottomSection .TabbedNavigation .ToggleService a h4 {
        display: none;
    }
    .Services .BottomSection .TabbedNavigation .ToggleService a.Tooltip {
        display: none;
        font-size: 0rem;
    }
    .Services .BottomSection .TabbedNavigation .ToggleService a:hover .Tooltip,
    .Services .BottomSection .TabbedNavigation .ToggleService a:active .Tooltip {
        display: block;
        font-size: 0.85rem;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService {
        flex: auto;
        justify-content: center;
        padding-right: 0;
        width: 50%;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService a {
        background-color: black;
        color: white;
        width: 100%;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:nth-child(1) {
        margin-bottom: 0.5em;
        margin-right: 0.5em;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:nth-child(2) {
        margin-bottom: 0.5em;
        margin-left: 0.5em;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:nth-child(3) {
        margin-top: 0.5em;
        margin-right: 0.5em;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService a:nth-child(4) {
        margin-top: 0.5em;
        margin-left: 0.5em;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService a h5 {
        padding: 0.5em 0;
    }
    .Projects .BottomSection .Project {
        flex-direction: column;
    }
    .Projects .BottomSection .Left {
        flex: 1;
    }
    .Projects .BottomSection .Right {
        align-self: flex-start;
        flex: 1;
        padding-top: 3em;
    }
    .About .BottomSection p span {
        font-size: 1.1rem;
    }
    .Contact .BottomSection .ContactForm ul li input[type=email] {
        width: 100%;
    }
    .Contact .BottomSection .Core {
        flex-direction: column;
        align-items: flex-start;
    }
    .Contact .BottomSection .Core .HR {
        margin: 3em 0 2.3em;
        opacity: 0.5;
    }
    .Contact .BottomSection .Core span {
        margin: 0em 0em 0.5em 0em;
    }
}
/* Custom (less than 576px) */
@media (max-width: 575.98px) {
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    h2 {
        font-size: 1.75rem;
        line-height: 2.75rem;
    }
    h3 {
        font-size: 1.25rem;
        line-height: 1.8rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 0.85rem;
    }
    p {
        font-size: 1.15rem;
        line-height: 2rem;
    }
    .Contents .TopSection p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .ScrollDown i {
        height: 1.25em;
        width: 1.25em;
    }
    .Promo .TopSection .Lower {
        flex-direction: column;
    }
    .Promo .TopSection .Lower a:first-child {
        margin: 0;
        margin-bottom: 0.5em;
    }
    .Promo .TopSection .Lower a:last-child {
        margin: 0;
        margin-top: 0.5em;
    }
    .Promo .TopSection .Lower .Button {
        display: flex;
        justify-content: center;
        width: 140px;
    }
    .Home .BottomSection {
        padding: 1.25em 0em;
    }
    .Home .BottomSection .McAfeeSecuredIcon {
        height: 2em;
        width: 1.65em;
        background-size: 4.5em;
        background-position: left;
    }
    .Home .BottomSection .MessengerIcon {
        height: 2em;
        width: 2em;
    }
    .About .BackgroundArt {
        background-size: 28vh;
        background-position: right top;
    }
    .About .BottomSection p .QuotesIcon {
        display: none;
    }    
}
/* Custom (less than 480px) */
@media (max-width: 479.98px) {
    .Services .BottomSection .TabbedNavigation .ToggleService i {
        height: 2.5em;
        width: 2.5em;
    }
    .Services .BottomSection .InnerTabbedNavigation .InnerToggleService {
        width: 100%;
    }
}
/* Custom (less than 372px) */
@media (max-width: 371.98px) {
}
/* ./Responsive Media Queries End */



/*
body.ModalActive {
    overflow: hidden;
}
#PromoModal {
    display: none;
    animation: ZoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: scale(0);
}
#PromoModal.Active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    animation: ZoomIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: scale(1);
}
#PromoModal .modal-dialog {
    margin: 0;
    max-width: none;
    -webkit-transform: none;
    transform: none;
    height: inherit;
    width: inherit;
}
#PromoModal .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
    height: inherit;
    width: inherit;
}
#PromoModal .modal-body {
    padding: 0;
}
.Container.InActive {
    transform: scaleX(0);
}
.Container {
    transform: scaleX(1);
}
@keyframes ZoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ZoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}




#PromoModal.Activex .modal-body {
    animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#PromoModal.Active.out {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#PromoModal.Active.out + .content {
    animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    99.9% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(0);
    }
}
@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
*/





html.modal-active,
body.modal-active {
    overflow: hidden;
}
#PromoModal {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}
#PromoModal.four {
    z-index: 0;
    transform: scale(1);
}
#PromoModal.four .ModalBackground {
    background: rgba(0, 0, 0, 1);
}
#PromoModal.four .ModalBackground .modal {
    animation: blowUpModal 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#PromoModal.four + .Container {
    z-index: 1;
    animation: blowUpContent 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#PromoModal.four.out .ModalBackground .modal {
    animation: blowUpModalTwo 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#PromoModal.four.out + .Container {
    animation: blowUpContentTwo 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#PromoModal .ModalBackground {
    display: table-cell;
    background: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
}
#PromoModal .ModalBackground .modal {
    display: inline-block;
    position: relative;
}
.Container {
    min-height: 100%;
    height: 100%;
    background: white;
    position: relative;
    z-index: 0;
}
@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    99.9% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(0);
    }
}
@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}












.custom-checkbox {
    padding-left: 0;
    display: inline-block;
    width: 48%;
    padding: 0 4px;
    margin: auto;
}

.custom-control-label {
    outline: 0;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    height: 100%;
    width: 100%;
    margin: 6px 0;
    padding: 6px 12px;
}

.custom-control-input:checked~.custom-control-label::before {
    padding: 16px;
    color: transparent;
    border-color: black;
    background-color: transparent;
    /* margin: 6px 0; */
    outline: 0;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.custom-control-label::before {
    position: absolute;
    /* top: .25rem; */
    /* left: -1.5rem; */
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: black solid 1px;
    border-radius: 0px;
}

.custom-control-label::after {
    /* margin: 6px 0; */
    position: absolute;
    outline: 0;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-color: black;
    color: red;
    filter: invert(1);
    border: 1px solid white;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: right 8px center;
    background-color: transparent;
    background-size: 14px;
    padding: 16px;
}




input:focus,
textarea:focus {
    box-shadow: none !important;
}
.custom-control-input:focus~.custom-control-label::before{box-shadow:none !important}



.WordCloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: auto;
}
.WordCloud button {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 0;
    height: auto;
    width: calc(50% - 20px);
}
.WordCloud button span {
    font-size: 18px;
}
.WordCloud button span:first-child {
    font-size: 30px;
    margin: 20px 0 10px;
}
.WordCloud button span:last-child {
    margin-bottom: 20px;
}





.DeadlineRangeSlider button.botui-actions-buttons-button,
.MonthlyBudgetRangeSlider button.botui-actions-buttons-button,
.BudgetRangeSlider button.botui-actions-buttons-button,
.BrandAgeRangeSlider button.botui-actions-buttons-button {
    margin: 12px auto;
    display: block;
}
.Chatbot input[type=range] {
    width: 75%;
}

.typed-cursor {
    margin-top: -7px;
}
#trustedsite-tm-image {
    display: none;
}