*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

a:focus {
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
}

.lazy-bg {
  background-image: none!important;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dn { display: none; }
.db { display: block; }
.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

/* Flex direction */

.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.flex-col-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

/* Flex align */

.align-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

/* Flex justify */

.justify-stretch { -webkit-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; }
.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-around { -ms-flex-pack: distribute; justify-content: space-around; }
.justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-evenly { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; }

/* Others */

.flex-grow { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.no-shrink { -ms-flex-negative: 0; flex-shrink: 0; }

.flex-order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
.flex-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
/* Responsive Grid */

.body-wrapper {
    overflow: hidden;
    min-height: 100vh;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Overrides */

.oembed_container .iframe_wrapper {
    padding-top: 0;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 1rem;
}

.dnd-section, .content-section {
  padding: 4.25rem 1rem 4.25rem;
}

.dnd-section > .row-fluid, .content-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-Light-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-Regular-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-SemiBold-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-SemiBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-Bold-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSansPro-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSerifPro-Light-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/SourceSerifPro-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/WorkSans-ExtraBold-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://www.touchify.io/hubfs/Charte%20graphique/Fonts/WorkSans-ExtraBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html {
  font-size: 14px;
}

body {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1F1F23;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

b, strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #5236DD;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15em;
  margin: 0 0 1.4rem;
}

h1 {
  font-family: 'Work Sans'; font-style: normal; font-weight: 800; text-decoration: none;
  color: #1F1F23;
  font-size: 1.75rem;
}

h2 {
  font-family: 'Work Sans'; font-style: normal; font-weight: 800; text-decoration: none;
  color: #1F1F23;
  font-size: 1.75rem;
  text-align: center;
}

h3 {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1F1F23;
  font-size: 1.4rem;
}

h4 {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1F1F23;
  font-size: 1.4rem;
}

h5 {
  font-family: 'Source Serif Pro'; font-style: normal; font-weight: 300; text-decoration: none;
  color: #1F1F23;
  font-size: 16px;
}

h6 {
  font-family: 'Source Serif Pro'; font-style: normal; font-weight: 300; text-decoration: none;
  color: #1F1F23;
  font-size: 14px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Bold / light */

.bold {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; text-decoration: none;
}

.semibold {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; text-decoration: none;
}

.light {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; text-decoration: none;
}
.button,
.hs-button {
  cursor: pointer;
  word-break: break-word;
  white-space: normal;
  user-select: none;
}




.btn {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.15s linear;
  cursor: pointer;
  word-break: break-word;
  white-space: normal;
  user-select: none;
  overflow: hidden;
  max-width: 100%;
}

.btn-auto {
  padding: .75rem 1.5rem;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

/* Button align */

.btn-align-center {
  text-align: center;
}

.btn-align-left {
  text-align: left;
}

.btn-align-right {
  text-align: right;
}

/* Button items */

.btn__text {
  z-index: 1;
}

.btn__prefix {
  font-weight: 300;
}

.btn__icon {
  z-index: 1;
}

/* Button size */

.btn_s {
  height: 2.5rem;
  font-size: .875rem;
}
.btn_s:hover {
  border-radius: .5rem;
}
.btn_s .btn__text {
  padding: 0 2rem;
}

.btn_m {
  height: 3.5rem;
  width: 17rem;
  font-size: .875rem;
}
.btn_m:hover {
  border-radius: .625rem;
}

.btn_l {
  height: 5rem;
  width: 19rem;
}
.btn_l:hover {
  border-radius: .75rem;
}

/* Button styles */

.btn-default {
  background-color: #1F1F23;
  border-color: #1F1F23;
  color: #FFFFFF;
}

.btn-primary {
  background-color: #5236DD;
  border-color: #5236DD;
  color: #FFFFFF;
}

.btn-alt {
  background-color: #FFA76C;
  border-color: #FFA76C;
  color: #FFFFFF;
}

.btn-b--white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-b--black {
  border-color: #1F1F23;
  color: #1F1F23;
}
.btn-b--black:hover {
  background-color: #1F1F23;
  color: #FFFFFF;
}

.btn-b--blue {
  border-color: #5236DD;
  color: #5236DD;
}
.btn-b--blue:hover {
  background-color: #5236DD;
  color: #FFFFFF;
}

/* Button Simple */

.btn__icon_simple {
  width: 0;
  overflow: hidden;
  transition: width .2s ease-in;
}

.btn__icon_simple img {
  width: .625rem;
  height: .625rem;
}

.btn-simple:hover .btn__icon_simple {
  width: 1.25rem;
}

.btn_s .btn__icon_simple {
  position: absolute;
  right: 0;
}

.btn_s .btn-simple:hover .btn__icon_simple {
  width: .75rem;
}

/* Button Icon */

.btn-icon.btn_s .btn__icon_icon {
  width: 2.5rem;
  height: 2.5rem;
}
.btn-icon.btn_m .btn__icon_icon {
  width: 3.5rem;
  height: 3.5rem;
}
.btn-icon.btn_l .btn__icon_icon {
  width: 5rem;
  height: 5rem;
}

.btn-icon.btn_s img {
  width: 1.25rem;
  height: 1.25rem;
}
.btn-icon.btn_m img {
  width: 1.5rem;
  height: 1.5rem;
}
.btn-icon.btn_l img {
  width: 2rem;
  height: 2rem;
}

.btn-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 0;
  transition: all .2s ease-in;
}

.btn-icon.btn_s:hover:before {
  width: 2.5rem;
  border-radius: .5rem;
}
.btn-icon.btn_m:hover:before {
  width: 3.5rem;
  border-radius: .625rem;
}
.btn-icon.btn_l:hover:before {
  width: 5rem;
  border-radius: .75rem;
}

.btn-icon.btn-default {
  background-color: #99B4FF;
  border: none;
}
.btn-icon.btn-default:before {
  background-color: #1F1F23;
}

.btn-icon.btn-primary {
  background-color: #1F1F23;
  border: none;
}
.btn-icon.btn-primary:before {
  background-color: #5236DD;
}

.btn-icon.btn-alt {
  background-color: #1F1F23;
  border: none;
}
.btn-icon.btn-alt:before {
  background-color: #FFA76C;
}

/* Button Icon Hover */

.btn-icon.btn-icon_hover .btn__icon_icon {
  width: 0;
  opacity: 0;
  transition: width .2s ease-in, opacity .2s ease-in;
}

.btn-icon_hover:hover .btn__icon_icon {
  opacity: 1;
}
.btn-icon_hover.btn_s:hover .btn__icon_icon {
  width: 2.5rem;
}
.btn-icon_hover.btn_m:hover .btn__icon_icon {
  width: 3.5rem;
}
.btn-icon_hover.btn_l:hover .btn__icon_icon {
  width: 5rem;
}

/* Button Touchify */

.btn__icon_ty {
  background-color: #1F1F23;
  border-radius: 10px;
}
.btn-ty.btn_s .btn__icon_ty {
  width: 2rem;
  height: 2rem;
  margin: .25rem;
}
.btn-ty.btn_m .btn__icon_ty {
  width: 3rem;
  height: 3rem;
  margin: .25rem;
}
.btn-ty.btn_l .btn__icon_ty {
  width: 4rem;
  height: 4rem;
  margin: .5rem;
}

.btn-ty img {
  transform-origin: 50% 50%;
  transition: transform .2s ease-in;
}
.btn-ty.btn_s img {
  width: 1.75rem;
  height: 1.75rem;
}
.btn-ty.btn_m img {
  width: 2.25rem;
  height: 2.25rem;
}
.btn-ty.btn_l img {
  width: 2.5rem;
  height: 2.5rem;
}

.btn-ty:hover img {
  transform: rotate(135deg);
}
/* Form */

form {
  
}

.form-title {
  text-align: center;
  text-transform: none;
  font-family: "Work Sans";
  font-size: 2rem;
  margin-bottom: 4rem;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #8888A2;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #8888A2;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 0.7rem;
  width: 100%!important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  background-color: #FFF;
  border-radius: 0;
  outline: 1px solid #5236DD;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-2 .input {
  margin-right: 1rem!important;
}

select {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2027%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.5c0%20.15.05.25.15.35l12.25%2011.5c.2.2.5.2.7%200l12.25-11.5c.2-.2.2-.5%200-.7-.2-.198-.5-.198-.7%200L13.75%2012.3%201.85%201.15c-.2-.2-.55-.2-.7%200-.1.1-.15.2-.15.35z%22%20stroke%3D%22%238888A2%22%20fill%3D%22%238888A2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 1rem;
  vertical-align: middle;
  color: #33475B;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
  margin-right: 0.5rem;
  padding: 0;
  border: 1px solid #8888A2;
  width: 1.125rem!important;
  height: 1.125rem!important;
  border-radius: 3px;
}

.hs-input[type=checkbox]:focus,
.hs-input[type=radio]:focus {
  border-color: #5236DD;
  outline: none;
}

.hs-input[type=checkbox]:checked,
.hs-input[type=radio]:checked {
  background: #5236DD;
}

.hs-input[type=radio] {
  border-radius: 100px;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #d78272;
  margin-left: .25rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}

.hs-input.invalid.error:not(:focus) {
  border-radius: 0;
  outline: 1px solid #d78272;
  
}

.hs-error-msg {
  color:  #d78272;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #5236DD;
  border: none;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 1.25rem 3.5rem;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
div#hs-eu-cookie-confirmation {
  display: none;
}

.page-ready div#hs-eu-cookie-confirmation {
  display: block;
}

div#hs-eu-cookie-confirmation div#hs-eu-policy-wording a, div#hs-eu-cookie-confirmation div#hs-eu-policy-wording a:hover {
  color: #5236DD!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 2rem!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  padding-top: 1rem;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
  background: #f5f7ff!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label:focus {
  outline: none;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label.hs-active {
  background: #ffffff!important;
  border-left-color: #5236DD!important;
}
/* Header container */

.header {
  position: fixed;
  width: 100%;
  height: 4rem;
  background: #1F1F23;
  box-shadow: 0 -4px 6px 6px #000;
  z-index: 9;
  
  -webkit-transition: height .2s ease-in, padding .2s ease-in;
       -o-transition: height .2s ease-in, padding .2s ease-in;
          transition: height .2s ease-in, padding .2s ease-in;
}

.header__container {
  height: 100%;
}

/* Brand */

.header__brand {
  height: 4rem;
}

.header__logo {
  height: auto;
  overflow: hidden;
}

.header__logo img {
  height: 2rem;
  /* width: 8rem; */
  transition: width .2s ease-in, height .2s ease-in;
}

/* Sandwich */

.header-toggle {
  position: relative;
  width: 35px;
  height: 35px;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  margin-right: -.75rem;
}

.header-toggle:active,
.header-toggle:focus {
  outline: none;
}

.header-toggle__bar {
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  left: 50%;
  margin-left: -8px;
  background: #FFFFFF;
  
  -webkit-transition: all .3s ease-in;
       -o-transition: all .3s ease-in;
          transition: all .3s ease-in;
}

.header-toggle > .header-toggle__bar:nth-child(1) {
  top: calc(50% - 6px);
}

.header-toggle > .header-toggle__bar:nth-child(2) {
  top: 50%;
}

.header-toggle > .header-toggle__bar:nth-child(3) {
  top: calc(50% + 6px);
}

.header-toggle_active > .header-toggle__bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}

.header-toggle_active > .header-toggle__bar:nth-child(2) {
  opacity: 0;
}

.header-toggle_active > .header-toggle__bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

/* Content */

.header__content {
  display: none;
}

.header__buttons {
  display: none;
}

.header__login {
  color: #FFFFFF;
}

.header__start {
  font-weight: 600;
}

.header__buttons {
  margin: 0 -1rem;
}

.header__login {
  text-align: center;
  background: #99B4FF;
  text-transform: uppercase;
}

.header__start {
  border-radius: 0;
}

.header__login,
.header__start {
  font-size: 14px;
}

/* Active */

.header_active {
  height: 100%;
}

.header_active .header__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
          
  display: block;
  overflow-y: auto;

  -ms-overflow-style: none;
  scrollbar-width: none;

  margin-top: .75rem;
  margin-bottom: .75rem;
}

.header_active .header__content::-webkit-scrollbar {
  display: none;
}

.header_active .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 319px) {

  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    height: 120px;
  }

}

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

  .header__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  
    height: 4rem;
  }

}

@media screen and (min-width: 480px) {
    
  .header__buttons {
    height: 5rem;
  }

}
.footer-ctas {
    background: #5236DD;
}

.footer-ctas h2 {
    color: #FFFFFF;
    margin: 0 auto 3rem;
}

.footer-ctas__buttons__contact {
    margin-top: 1rem;
}
.footer {
  background-color: #1F1F23;
}

.footer__container.content-wrapper {
  padding: 6rem 1.5rem 3rem;
}

.footer-contact {
  text-align: center;
}

.footer-contact__logo {
  max-width: 12rem;
}

.footer-contact__details {
  margin-top: 2rem;
}

.footer-contact__button {
  border: 1px solid #fff;
  color: #fff;
  padding: .75rem 1.5rem;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
}

.footer-contact__button:hover {
  background: #fff;
  color: #1F1F23;
  text-decoration: none;
}

.footer-contact__phone {
  margin-top: .5rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.footer-contact__phone:hover {
  color: #99b4ff;
  text-decoration: none;
}

.footer__social {
  margin-top: 2rem;
}

.footer__social a {
  width: 2rem;
  margin: .5rem;
}

.footer__social a:hover .footer__social__bg {
  fill: #fff;
}

.footer__bottom {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  padding: 0 1.5rem;
  margin-top: 1rem;
}

.footer__copyright {
  margin-bottom: 1rem;
}

.footer__language-switcher {
  margin-bottom: 2rem;
}

.footer__language-switcher--label {
  margin-left: .25rem;
  margin-top: -3px;
}

.footer__language-switcher .globe_class {
  background-image: url(https://www.touchify.io/hubfs/Website/Icons/globe.svg);
  width: 30px;
  height: 30px;
}

.footer__language-switcher .lang_list_class {
  width: 8rem;
  bottom: 30px;
  top: auto;
}

.footer__language-switcher .lang_list_class:before, .footer__language-switcher .lang_list_class:after {
  display: none;
}

.footer__language-switcher .lang_list_class li a {
  font-weight: 600;
  padding: 1rem;
}

.footer__language-switcher .lang_list_class li a:hover {
  color: #5236dd;
}
.header-menu {
  height: 100%;
}

.header-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-submenu__toggle {
  display: none;
}

.header-submenu__link,
.header-submenu__link:link {
  color: #FFF;
  text-decoration: none;
}

.header-submenu__link_active {
  position: relative;
}

.header-submenu_level1 {
  white-space: nowrap;
  width: 100%;
}

.header-submenu_level1 > .header-submenu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-submenu_level1 > .header-submenu__item > .header-submenu__link {
  display: block;
  padding: 1.5rem 0;
}

.header-submenu_level1 > .header-submenu__item > .header-submenu__link_active {
  color: #FFA76C;
}

.header-submenu_level1 > .header-submenu__item:last-child {
  border-bottom: 0;
}

.header-submenu_level1 > li.header-submenu__item_has-submenu {
  position: relative;
}

.header-submenu_level1 > .header-submenu__item_has-submenu > .menu-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1.75rem;
  width: 1rem;
  height: 1rem;
  background: url(//2431655.fs1.hubspotusercontent-na1.net/hubfs/2431655/raw_assets/public/Theme/images/icons/chevron-light-white.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;

  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  
  -webkit-transition: transform .2s, -webkit-transform .2s;
    -o-transition: transform .2s, -webkit-transform .2s;
        transition: transform .2s, -webkit-transform .2s, -ms-transform .2s;
}

.header-submenu_level1 > li.header-submenu__item_has-submenu_focus > .menu-arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-submenu_level1 > li.header-submenu__item_has-submenu_focus .header-submenu_level2 {
  display: block;
}

.header-submenu_level2 {
  display: none;
  padding: 1rem 0 2rem;
}

.header-submenu_level2 > .header-submenu__item > .header-submenu__link {
  display: block;
  
  -webkit-transition: background-color .3s;
       -o-transition: background-color .3s;
          transition: background-color .3s;
}

.header-submenu_level2 > .header-submenu__item_has-submenu > .header-submenu__link {
  color: #888;
  text-transform: uppercase;
  margin-bottom: .75rem;
  padding-top: .5rem;
  cursor: default;
}

.header-submenu_level2 > .header-submenu__item_no-submenu > .header-submenu__link {
  padding: .5rem 0;
}

.header-submenu_level2 > .header-submenu__item_no-submenu > .header-submenu__link_active {
  color: #FFA76C;
}

.header-submenu_level2 > .header-submenu__item_no-submenu:hover > .header-submenu__link_active {
  color: #FFA76C;
}

.header-submenu_level3 {
  margin-bottom: 2rem;
}

.header-submenu_level2 > .header-submenu__item:last-child > .header-submenu_level3 {
  margin-bottom: 1rem;
}

.header-submenu_level3 > .header-submenu__item > .header-submenu__link {
  display: block;
  padding: .325rem 0;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .header-submenu_level1 > li.header-submenu__item_has-submenu:hover .header-submenu_level2,
.hs-inline-edit > li.header-submenu__item_has-submenu_focus .header-submenu_level2 {
  visibility: hidden;
}
.footer-menu {
  display: block;
}

.footer-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-submenu__heading,
.footer-submenu__link,
.footer-submenu__link:link {
  color: #FFF;
  text-decoration: none;
}

.footer-submenu_level1 {
  display: block;
  white-space: nowrap;
  margin-top: 30px;
}

.footer-submenu_level1 > .footer-submenu__item {
  display: block;
  border-top: solid 1px #fff;
  padding: 30px 0;
}

.footer-submenu_level1 > .footer-submenu__item > .footer-submenu__heading {
  font-family: Work Sans;
  font-weight: 800;
  font-size: 20px;
}

.footer-submenu_level2 {
  margin-top: 1rem;
}

.footer-submenu_level2 > .footer-submenu__item > .footer-submenu__link {
  display: block;
  font-size: 14px;
  line-height: 1.75em;
}

.footer-submenu_level2 > .footer-submenu__item > .footer-submenu__link:hover {
  color: #99b4ff;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .footer-submenu_level1 > li.footer-submenu__item_has-submenu:hover .footer-submenu_level2,
.hs-inline-edit > li.footer-submenu__item_has-submenu_focus .footer-submenu_level2 {
  visibility: hidden;
}
.mod-divider {
    position: relative;
    border: 0 none;
    background: none;
}

.mod-divider_dot {
    border-radius: 100%;
    width: .625rem;
    height: .625rem;
}

.mod-divider_dots {
    background: url(//2431655.fs1.hubspotusercontent-na1.net/hubfs/2431655/raw_assets/public/Theme/images/icons/separator.svg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
    height: 1rem;
}

@media (min-width: 1024px) {
    .mod-divider_dots {
        background-position: left center;
    }
}

@media (min-width: 1024px) {

    .mod-divider_dots {
        height: 1.25rem;
    }

}
.mod-image-picture_decoration {
  position: relative;
}

.mod-image-decoration {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.mod-image-picture img {
  z-index: 1;
}
.mod-insert {
  display: flex;
  padding: 1rem;
}

.mod-insert__icon {
  margin-right: 1rem;
}

.mod-insert__content {
  display: flex;
  flex-direction
}

.mod-insert__content__text p:last-child {
  margin-bottom: 0;
}
.mod-references-item {
  object-fit: contain;
  max-width: 5.5rem;
  height: 3.5rem;
  margin: .5rem 1rem;
}

@media (min-width: 1024px) {
  .mod-references-item {
    max-width: 7rem;
    height: 4rem;
    margin: 1.5rem;
  }
}
.mod-row-heading {
    text-align: center;
}

.mod-row-heading__title {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 1.5rem;
}

.mod-row-heading__intro {
    position: relative;
    margin: 0 auto;
}

.mod-row-heading__intro p {
    font-size: 1.125rem;
}

.mod-row-heading__link {
    font-size: 1.125rem;
    text-transform: uppercase;
}

.mod-row-heading__link-icon {
    margin-left: .5rem;
}

.mod-row-heading__separator {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 1rem;
    background: #FFA76C;
    margin: 1em auto 0 auto;
}

@media (min-width: 768px) {
    .mod-row-heading__title {
        width: 70%;
    }

    .mod-row-heading__intro {
        width: 95%;
    }
}

@media (min-width: 1024px) {
    .mod-row-heading__title {
        width: 65%;
    }

    .mod-row-heading__intro {
        width: 85%;
    }
}

@media (min-width: 1140px) {
    .mod-row-heading__title {
        width: 60%;
    }

    .mod-row-heading__intro {
        width: 60%;
    }
}
.mod-use-case {
  display: block;
  margin-bottom: 50px;
}

.mod-use-case__image {
  /* min-height: 150px; */
  padding-bottom: 56%;
  margin-bottom: 1.5rem;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: background-size .5s ease-out;
}

h3.mod-use-case__title {
  margin: 0;
  padding-bottom: 1rem;
  font-family: Source Sans Pro;
  font-size: 18px;
  text-transform: uppercase;
  color: #1f1f23;
  border-bottom: solid 1px #1f1f23;
}

.mod-use-case__subheading,
.mod-use-case__heading {
  display: block;
}

.mod-use-case__subheading {
  font-weight: 300;
}

.mod-use-case__heading {
  font-weight: 700;
}

.mod-use-case__description {
  margin-top: 0.5rem;
  color: #1f1f23;
}

.mod-use-case__description > p {
  margin-bottom: 0.5rem;
}

.mod-use-case__link-icon {
  margin-left: 5px;
}

.mod-use-case:hover {
  text-decoration: none;
}

.mod-use-case:hover > .mod-use-case__image {
  background-size: 110% auto;
}

.mod-use-case:hover > .mod-use-case__link {
  text-decoration: underline;
}

.mod-use-case_last .mod-use-case {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  
  .mod-use-case__image {
    /* min-height: 200px; */
  }

}

@media (min-width: 480px) {
  
  .mod-use-case__image {
    /* min-height: 300px; */
  }

}

@media (min-width: 768px) {

  .mod-use-case {
    margin-bottom: 0;
  }

  .mod-use-case__image {
    background-size: auto 120%;
  }

  .mod-use-case:hover > .mod-use-case__image {
    background-size: auto 130%;
  }
  
}

@media (min-width: 1024px) {
  
  h3.mod-use-case__title {
    font-size: 20px;
  }
  
}