﻿#trust-custom-product-card-2018 {
  font-family: 'trust', 'Open Sans', sans-serif;
  text-align: center;
  font-size: 16px;
  /*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers (opinionated).
 */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font style in Android 4.3-.
 */
  /**
 * Add the correct background and color in IE 9-.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in iOS 4-7.
 */
  /**
 * Remove the border on images inside links in IE 10-.
 */
  /**
 * Hide the overflow in IE.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 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.
 */
  /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE.
 */
  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Scripting
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in IE.
 */
  /* Hidden
   ========================================================================== */
  /**
 * Add the correct display in IE 10-.
 */ }
 
 
 /**radjoe */
 
body.trust,
body.trust ul,
body.trust ul li,
body.trust p,
body.trust h3{
	background-image: none;
    background-color: #fff;
	color:#222;
}


 body.trust-gaming,
 body.trust-gaming ul,
 body.trust-gaming ul li,
 body.trust-gaming p
 body.trust-gaming h3{
  /*background-image: none;
    background-color: #222;
	color:#fff;
*/
	background-image: none;
    background-color: #fff;
	color:#222;
}



 
body.trust .headerLineBlackLine{
	background-color: #222;
	color:#fff; 

	}
 
body.trust-gaming .headerLineBlackLine{
/*	background-color: #fff;
	color:#222; 
	*/
	background-color: #222;
	color:#fff; 
 }
 
 

   body.trust .brandLogo.elPlain {
    fill: #222;
}
   body.trust-gaming  .brandLogo.elPlain {
    /*fill: #fff;*/
	fill: #222;
}
 


ul li:before {
    content: "â–¶";
    width: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    color: #e1261c;
}
 
ul {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}
 li {
    float: left;
    width: 100%;
    padding: 0 10px 15px 0;
	font-family: 'trust', 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
 }


.trust-customise-section{
	text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 0;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    overflow: hidden;
	
}
 
.trust-customise-section.top{
    margin-top: 0;
    margin-bottom: 0;
	
}


 


#trust-custom-product-card-2018 {

  overflow: hidden;
  }

 
#trust-custom-product-card-2018 #trust-header .trust-product-title {
	width:100%;
	display:block;
 }
 

 
#trust-custom-product-card-2018 #trust-header .trust-product-title .trust-h1 {
	width:75%;
	display:block;
	float:left;
	font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;

}


.trust-h1{
	display:block;
	width:100%;
	font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	    line-height: .9;
		text-align: left;
}

#trust-custom-product-card-2018 .trust-customise-section .trust-h1,
.headerLineBlack{
	    flex: 0 1 95%;
}
@media only screen and (max-width: 678px) {
	#trust-custom-product-card-2018 .trust-customise-section .trust-h1,
	.headerLineBlack{	
		flex: 0 1 100%;
		text-align:center;
	}
	.headerLineBlackLine.kort {
		width: 30px;
		margin: 20px auto 0;
	}
}
 
 .trust-product-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 30%;
    margin: auto;
    min-width: 280px;
	padding:30px;
	text-align: left;
}
 
 
.flexcontainer {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: left;
    padding:0 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top:0px;
}

.trust-logo,
.brandLogo,
.brandLogoInverted {
    max-height: 50px;
    max-width: 240px;
	float:right;
}
.brandLogoInverted .elPlain{
	fill:#fff;
}
 
 
.line{
	margin-top: 15px;
    width: 100%;
    height: 2px;
    background-color: #e1261c;
	float:left;
	clear:both;
}

 
main.products-detail section.product-header {
    width: 1200px;
    padding: 30px 60px 0 60px;
    margin: 0 auto;
} 
 
 
 
 
 
 .trust-product-name .info{
    padding: 15px 0;
    text-align: left;
}
 
  .trust-product-name .info h3{
 margin: 6px 0;
    font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;

	font-weight:bold;
    text-transform: uppercase;
	margin-top: 0px;
  }
 
 
 .headerLineBlack {
	width:100%;
 }
.headerLineBlackLine {
    width: 100%;
    height: 3px;
    margin: 20px 0 0;
    border: 0;
}
 
.headerLineBlackLine.kort {
    width: 30px;
 }
 
   .trust-product-name .info .body {
	font-family: 'trust', 'Open Sans', sans-serif;
    font-size: 15px;
	padding-bottom: 30px;
   }
 
 
 
.trust-technology-photo.klein{
	height:300px;
}
  
.trust-technology-photo.klein img{
	height:100%;
	width:auto;
}
 
.trust-technology-photo img {
    width: auto;
    max-height: 600px;
    max-width: 100%;
    margin: 0px auto;
    display: block;
}
 
 .trust-technology-photo{
	 width:100%;
	 
 }
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
   #trust-custom-product-card-2018 .trust-specs {
    max-width: 420px;
    width: 30%;
    vertical-align: top;
    display: inline-block;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    min-width: 280px;
    margin-bottom: 20px; }
 
 
 
   #trust-custom-product-card-2018  .trust-specs-title{
	padding-bottom: 10px;
    border-bottom: 2px solid #e1261c;
	padding: 20px 0;
    font-family: "Open Sans";
    color: #e1261c;
    text-align: left;
	font-weight:bold;
    text-transform: uppercase;
}
 
 

    #trust-custom-product-card-2018 .trust-specs > *{
     padding: 8px 0;
	font-size: 13px;
	display:block;
	    line-height: 1.3;
		
	}
   #trust-custom-product-card-2018 .trust-specs-links{
	   float:left;
	   width:60%;
	   margin:0;
		font-weight: bold;

	   
   }
    #trust-custom-product-card-2018 .trust-specs-right{
	   float:left;
	   width:60%;	   
	   margin:0;
   }
 
 
 
 
 
 
 
 
 
 
 
  #trust-custom-product-card-2018 .velocity-animating {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important; }
  #trust-custom-product-card-2018 html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #trust-custom-product-card-2018 body {
    margin: 0; }
  #trust-custom-product-card-2018 article,
  #trust-custom-product-card-2018 aside,
  #trust-custom-product-card-2018 footer,
  #trust-custom-product-card-2018 header,
  #trust-custom-product-card-2018 nav,
  #trust-custom-product-card-2018 section {
    display: block; }
  #trust-custom-product-card-2018 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #trust-custom-product-card-2018 figcaption,
  #trust-custom-product-card-2018 figure,
  #trust-custom-product-card-2018 main {
    /* 1 */
    display: block; }
  #trust-custom-product-card-2018 figure {
    margin: 1em 40px; }
  #trust-custom-product-card-2018 hr {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  #trust-custom-product-card-2018 pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #trust-custom-product-card-2018 a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }
  #trust-custom-product-card-2018 abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  #trust-custom-product-card-2018 b,
  #trust-custom-product-card-2018 strong {
    font-weight: inherit; }
  #trust-custom-product-card-2018 b,
  #trust-custom-product-card-2018 strong {
    font-weight: bolder; }
  #trust-custom-product-card-2018 code,
  #trust-custom-product-card-2018 kbd,
  #trust-custom-product-card-2018 samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #trust-custom-product-card-2018 dfn {
    font-style: italic; }
  #trust-custom-product-card-2018 mark {
    background-color: transparent;
}
  #trust-custom-product-card-2018 small {
    font-size: 80%; }
  #trust-custom-product-card-2018 sub,
  #trust-custom-product-card-2018 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #trust-custom-product-card-2018 sub {
    bottom: -0.25em; }
  #trust-custom-product-card-2018 sup {
    top: -0.5em; }
  #trust-custom-product-card-2018 audio,
  #trust-custom-product-card-2018 video {
    display: inline-block; }
  #trust-custom-product-card-2018 audio:not([controls]) {
    display: none;
    height: 0; }
  #trust-custom-product-card-2018 img {
    border-style: none; }
  #trust-custom-product-card-2018 svg:not(:root) {
    overflow: hidden; }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 input,
  #trust-custom-product-card-2018 optgroup,
  #trust-custom-product-card-2018 select,
  #trust-custom-product-card-2018 textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 input {
    /* 1 */
    overflow: visible; }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 select {
    /* 1 */
    text-transform: none; }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 html [type="button"],
  #trust-custom-product-card-2018 [type="reset"],
  #trust-custom-product-card-2018 [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
  #trust-custom-product-card-2018 button::-moz-focus-inner,
  #trust-custom-product-card-2018 [type="button"]::-moz-focus-inner,
  #trust-custom-product-card-2018 [type="reset"]::-moz-focus-inner,
  #trust-custom-product-card-2018 [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  #trust-custom-product-card-2018 button:-moz-focusring,
  #trust-custom-product-card-2018 [type="button"]:-moz-focusring,
  #trust-custom-product-card-2018 [type="reset"]:-moz-focusring,
  #trust-custom-product-card-2018 [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  #trust-custom-product-card-2018 fieldset {
    padding: 0.35em 0.75em 0.625em; }
  #trust-custom-product-card-2018 legend {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  #trust-custom-product-card-2018 progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #trust-custom-product-card-2018 textarea {
    overflow: auto; }
  #trust-custom-product-card-2018 [type="checkbox"],
  #trust-custom-product-card-2018 [type="radio"] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #trust-custom-product-card-2018 [type="number"]::-webkit-inner-spin-button,
  #trust-custom-product-card-2018 [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  #trust-custom-product-card-2018 [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  #trust-custom-product-card-2018 [type="search"]::-webkit-search-cancel-button,
  #trust-custom-product-card-2018 [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  #trust-custom-product-card-2018 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  #trust-custom-product-card-2018 details,
  #trust-custom-product-card-2018 menu {
    display: block; }
  #trust-custom-product-card-2018 summary {
    display: list-item; }
  #trust-custom-product-card-2018 canvas {
    display: inline-block; }
  #trust-custom-product-card-2018 template {
    display: none; }
  #trust-custom-product-card-2018 [hidden] {
    display: none; }
  #trust-custom-product-card-2018 *, #trust-custom-product-card-2018 *:before, #trust-custom-product-card-2018 *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
  #trust-custom-product-card-2018 .scrollme, #trust-custom-product-card-2018 .animateme {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important; }

#trust-custom-product-card-2018 {
  font-family: 'trust', 'Open Sans', sans-serif;
  text-align: center;
  font-size: 16px;
  /*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers (opinionated).
 */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font style in Android 4.3-.
 */
  /**
 * Add the correct background and color in IE 9-.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in iOS 4-7.
 */
  /**
 * Remove the border on images inside links in IE 10-.
 */
  /**
 * Hide the overflow in IE.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 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.
 */
  /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE.
 */
  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Scripting
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in IE.
 */
  /* Hidden
   ========================================================================== */
  /**
 * Add the correct display in IE 10-.
 */ }
  #trust-custom-product-card-2018 .velocity-animating {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important; }
  #trust-custom-product-card-2018 html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #trust-custom-product-card-2018 body {
    margin: 0; }
  #trust-custom-product-card-2018 article,
  #trust-custom-product-card-2018 aside,
  #trust-custom-product-card-2018 footer,
  #trust-custom-product-card-2018 header,
  #trust-custom-product-card-2018 nav,
  #trust-custom-product-card-2018 section {
    display: block; }
  #trust-custom-product-card-2018 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #trust-custom-product-card-2018 figcaption,
  #trust-custom-product-card-2018 figure,
  #trust-custom-product-card-2018 main {
    /* 1 */
    display: block; }
  #trust-custom-product-card-2018 figure {
    margin: 1em 40px; }
  #trust-custom-product-card-2018 hr {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  #trust-custom-product-card-2018 pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #trust-custom-product-card-2018 a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }
  #trust-custom-product-card-2018 abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  #trust-custom-product-card-2018 b,
  #trust-custom-product-card-2018 strong {
    font-weight: inherit; }
  #trust-custom-product-card-2018 b,
  #trust-custom-product-card-2018 strong {
    font-weight: bolder; }
  #trust-custom-product-card-2018 code,
  #trust-custom-product-card-2018 kbd,
  #trust-custom-product-card-2018 samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  #trust-custom-product-card-2018 dfn {
    font-style: italic; }
  #trust-custom-product-card-2018 mark {
    background-color: #ff0;
    color: #000; }
  #trust-custom-product-card-2018 small {
    font-size: 80%; }
  #trust-custom-product-card-2018 sub,
  #trust-custom-product-card-2018 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #trust-custom-product-card-2018 sub {
    bottom: -0.25em; }
  #trust-custom-product-card-2018 sup {
    top: -0.5em; }
  #trust-custom-product-card-2018 audio,
  #trust-custom-product-card-2018 video {
    display: inline-block; }
  #trust-custom-product-card-2018 audio:not([controls]) {
    display: none;
    height: 0; }
  #trust-custom-product-card-2018 img {
    border-style: none; }
  #trust-custom-product-card-2018 svg:not(:root) {
    overflow: hidden; }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 input,
  #trust-custom-product-card-2018 optgroup,
  #trust-custom-product-card-2018 select,
  #trust-custom-product-card-2018 textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 input {
    /* 1 */
    overflow: visible; }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 select {
    /* 1 */
    text-transform: none; }
  #trust-custom-product-card-2018 button,
  #trust-custom-product-card-2018 html [type="button"],
  #trust-custom-product-card-2018 [type="reset"],
  #trust-custom-product-card-2018 [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
  #trust-custom-product-card-2018 button::-moz-focus-inner,
  #trust-custom-product-card-2018 [type="button"]::-moz-focus-inner,
  #trust-custom-product-card-2018 [type="reset"]::-moz-focus-inner,
  #trust-custom-product-card-2018 [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  #trust-custom-product-card-2018 button:-moz-focusring,
  #trust-custom-product-card-2018 [type="button"]:-moz-focusring,
  #trust-custom-product-card-2018 [type="reset"]:-moz-focusring,
  #trust-custom-product-card-2018 [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  #trust-custom-product-card-2018 fieldset {
    padding: 0.35em 0.75em 0.625em; }
  #trust-custom-product-card-2018 legend {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  #trust-custom-product-card-2018 progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #trust-custom-product-card-2018 textarea {
    overflow: auto; }
  #trust-custom-product-card-2018 [type="checkbox"],
  #trust-custom-product-card-2018 [type="radio"] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #trust-custom-product-card-2018 [type="number"]::-webkit-inner-spin-button,
  #trust-custom-product-card-2018 [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  #trust-custom-product-card-2018 [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  #trust-custom-product-card-2018 [type="search"]::-webkit-search-cancel-button,
  #trust-custom-product-card-2018 [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  #trust-custom-product-card-2018 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  #trust-custom-product-card-2018 details,
  #trust-custom-product-card-2018 menu {
    display: block; }
  #trust-custom-product-card-2018 summary {
    display: list-item; }
  #trust-custom-product-card-2018 canvas {
    display: inline-block; }
  #trust-custom-product-card-2018 template {
    display: none; }
  #trust-custom-product-card-2018 [hidden] {
    display: none; }
  #trust-custom-product-card-2018 *, #trust-custom-product-card-2018 *:before, #trust-custom-product-card-2018 *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
  #trust-custom-product-card-2018 .scrollme, #trust-custom-product-card-2018 .animateme {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important; }

  #trust-custom-product-card-2018 .trust-blue {
    color: #00a9e0; }
  #trust-custom-product-card-2018 .trust-white {
    color: white; }
  #trust-custom-product-card-2018 .trust-grey {
    color: #999; }
  #trust-custom-product-card-2018 .trust-dark {
    color: #333; }
  #trust-custom-product-card-2018 .trust-red {
    color: #AB121D; }
  #trust-custom-product-card-2018 #trust-header {
    width: 100%;
    background-color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    text-align: left;
    padding: 20px 0 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
	

	
.flexcontainer .trust-p,
.flexcontainer .trust-technology-photo,
    .flexcontainer .trust-product-photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 45%;
         -moz-box-flex: 0;
          -ms-flex: 0 1 45%;
              flex: 0 1 45%;
      min-width: 180px;
      margin: 15px auto; }
      .flexcontainer .trust-product-photo img {
        max-width: auto;
        max-width: 100%;
        height: auto; }

.trust-customise-section.flexcontainer:nth-child(2n)	{
flex-direction: row-reverse;
}
  #trust-custom-product-card-2018 .trust-full-width-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  #trust-custom-product-card-2018 .trust-h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold; }
  #trust-custom-product-card-2018 .trust-tagline {
    font-size: 16px;
    font-weight: 200; }
  #trust-custom-product-card-2018 .trust-h1 + .trust-tagline {
    margin-bottom: 35px; }
  #trust-custom-product-card-2018 .trust-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #trust-custom-product-card-2018 .trust-features .trust-feature {
      display: inline-block;
      margin: 0 20px 20px;
      vertical-align: top;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 280px;
         -moz-box-flex: 0;
          -ms-flex: 0 1 280px;
              flex: 0 1 280px; }
      #trust-custom-product-card-2018 .trust-features .trust-feature-image {
        width: 100%;
        margin-bottom: 20px; }
        #trust-custom-product-card-2018 .trust-features .trust-feature-image img {
          max-width: 100%;
          height: auto; }
      #trust-custom-product-card-2018 .trust-features .trust-feature-text {
        text-transform: uppercase;
        max-width: 240px;
        margin: 0 auto; }
  #trust-custom-product-card-2018 .trust-video-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100%;
    margin: 0 auto;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #trust-custom-product-card-2018 .trust-video-section--video-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 400px;
         -moz-box-flex: 1;
          -ms-flex: 1 1 400px;
              flex: 1 1 400px; }
      #trust-custom-product-card-2018 .trust-video-section--video-container video {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%; }
    #trust-custom-product-card-2018 .trust-video-section--other {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 400px;
         -moz-box-flex: 1;
          -ms-flex: 1 1 400px;
              flex: 1 1 400px;
      text-align: center; }
      #trust-custom-product-card-2018 .trust-video-section--other img {
        margin: 20px auto; }

    #trust-custom-product-card-2018 .trust-customise-section .trust-h1, #trust-custom-product-card-2018 .trust-customise-section .trust-tagline {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    #trust-custom-product-card-2018 .trust-customise-section--list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto; }
      #trust-custom-product-card-2018 .trust-customise-section--list--item {
        display: inline-block;
        margin: 0 5px;
        text-align: center; }
        #trust-custom-product-card-2018 .trust-customise-section--list--item--photo {
          max-height: 130px;
          margin-bottom: 10px; }
          #trust-custom-product-card-2018 .trust-customise-section--list--item--photo img {
            max-width: 100%;
            max-height: 100%; }
        #trust-custom-product-card-2018 .trust-customise-section--list--item--text {
          text-transform: uppercase;
          font-size: 14px;
          font-weight: bold;
          color: black; }
  #trust-custom-product-card-2018 .trust-accessories-section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    #trust-custom-product-card-2018 .trust-accessories-section--photo {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: center; }
      #trust-custom-product-card-2018 .trust-accessories-section--photo img {
        max-width: 100%;
        height: auto; }
    #trust-custom-product-card-2018 .trust-accessories-section--content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      #trust-custom-product-card-2018 .trust-accessories-section--content .trust-h1, #trust-custom-product-card-2018 .trust-accessories-section--content .trust-tagline {
        text-align: right; }
    #trust-custom-product-card-2018 .trust-accessories-section--list {
      text-align: right;
      line-height: 1.3em; }
      #trust-custom-product-card-2018 .trust-accessories-section--list--item {
        margin-bottom: 0.8em;
        color: #666;
        font-weight: 200;
        font-size: 20px; }
  #trust-custom-product-card-2018 .trust-compatible-titles {
    text-align: left;
    margin-top: 20px; }
    #trust-custom-product-card-2018 .trust-compatible-titles span {
      display: inline-block;
      padding: 5px 10px 5px 0;
      margin-right: 10px;
      margin-bottom: 10px;
      border-right: solid thin #ccc;
      color: #666; }
  #trust-custom-product-card-2018.farm-sim-bundle .trust-fifth-section .trust-specs-box {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
  #trust-custom-product-card-2018.g903 #trust-header {
    padding-right: 0;
    overflow: hidden;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom; }
    #trust-custom-product-card-2018.g903 #trust-header .trust-product-photo {
      margin-left: auto;
      margin-right: 0;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      margin-bottom: -45px;
      opacity: 0; }
  #trust-custom-product-card-2018.g233 #trust-header, #trust-custom-product-card-2018.farm-sim-bundle #trust-header {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0; }
    #trust-custom-product-card-2018.g233 #trust-header > *, #trust-custom-product-card-2018.farm-sim-bundle #trust-header > * {
      padding: 30px 0; }
    #trust-custom-product-card-2018.g233 #trust-header .trust-product-photo, #trust-custom-product-card-2018.farm-sim-bundle #trust-header .trust-product-photo {
      margin: 0; }
      #trust-custom-product-card-2018.g233 #trust-header .trust-product-photo img, #trust-custom-product-card-2018.farm-sim-bundle #trust-header .trust-product-photo img {
        max-width: 100%;
        -webkit-transform: initial;
           -moz-transform: initial;
            -ms-transform: initial;
             -o-transform: initial;
                transform: initial; }
  #trust-custom-product-card-2018.g233 .trust-technology, #trust-custom-product-card-2018.farm-sim-bundle .trust-technology {
    text-align: center; }
    #trust-custom-product-card-2018.g233 .trust-technology:nth-child(2n), #trust-custom-product-card-2018.farm-sim-bundle .trust-technology:nth-child(2n) {
      text-align: center; }
  #trust-custom-product-card-2018.g233 .trust-accessories-section, #trust-custom-product-card-2018.farm-sim-bundle .trust-accessories-section {
    margin-bottom: 0; }
    #trust-custom-product-card-2018.g233 .trust-accessories-section--photo, #trust-custom-product-card-2018.farm-sim-bundle .trust-accessories-section--photo {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 450px;
         -moz-box-flex: 1;
          -ms-flex: 1 1 450px;
              flex: 1 1 450px;
      width: 50%; }
    #trust-custom-product-card-2018.g233 .trust-accessories-section--content, #trust-custom-product-card-2018.farm-sim-bundle .trust-accessories-section--content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
  #trust-custom-product-card-2018.g233 .trust-fourth-section, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section {
    padding-top: 0; }
    #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--g233, #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--farm-sim-bundle, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--g233, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--farm-sim-bundle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      max-width: 1200px;
      margin: 0 auto;
      font-size: 0;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      /*
&--01{flex: 430 430 calc(0.1 * 430px);}
			&--02{flex: 767 767 calc(0.1 * 767px);}
			&--03{flex: 0 0 100%; width: 100%; }
			&--04{flex: 913 913 calc(0.1 * 913px);}
			&--05{flex: 285 285 calc(0.1 * 285px);}
*/ }
      #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--g233 img, #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--farm-sim-bundle img, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--g233 img, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--farm-sim-bundle img {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        height: auto;
        max-width: 100%;
        max-height: 510px; }
      #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--g233 > div, #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--farm-sim-bundle > div, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--g233 > div, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--farm-sim-bundle > div {
        padding: 5px; }
      #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--g233--container, #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--farm-sim-bundle--container, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--g233--container, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--farm-sim-bundle--container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 66%;
           -moz-box-flex: 1;
            -ms-flex: 1 1 66%;
                flex: 1 1 66%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--g233--container hr, #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--farm-sim-bundle--container hr, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--g233--container hr, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--farm-sim-bundle--container hr {
          opacity: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 100%;
             -moz-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; }
      #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--g233--03, #trust-custom-product-card-2018.g233 .trust-fourth-section .trust-showcase--farm-sim-bundle--03, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--g233--03, #trust-custom-product-card-2018.farm-sim-bundle .trust-fourth-section .trust-showcase--farm-sim-bundle--03 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33%;
           -moz-box-flex: 1;
            -ms-flex: 1 1 33%;
                flex: 1 1 33%; }
  #trust-custom-product-card-2018 .trust-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  #trust-custom-product-card-2018 .trust-video-area {
    display: inline-block;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    min-width: 320px; }
    #trust-custom-product-card-2018 .trust-video-area video {
      display: block;
      max-width: 100%; }
  #trust-custom-product-card-2018 .trust-p {
    display: block;
    vertical-align: top;
    text-align: justify;
    font-weight: normal;
    font-size: 15px;
	line-height: 24px;
    max-width: 100%;
    min-width: 320px;
	padding:20px 0;
}
  #trust-custom-product-card-2018 .trust-technology {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 300px;
       -moz-box-flex: 2;
        -ms-flex: 2 1 300px;
            flex: 2 1 300px;
    margin: 0px ;
    padding: 0;
    min-width: 40%;
    text-align: center;
    }
    #trust-custom-product-card-2018 .trust-technology--left {
      margin-right: auto;
      margin-left: 5%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
         -moz-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    #trust-custom-product-card-2018 .trust-technology video {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
    #trust-custom-product-card-2018 .trust-technology--icon-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 15px 0;
      text-align: left; }
    #trust-custom-product-card-2018 .trust-technology span {
      display: block;
      width: 100%; }
      #trust-custom-product-card-2018 .trust-technology span img {
        max-width: 100%;
        height: auto; }
    #trust-custom-product-card-2018 .trust-technology-name {
      text-transform: uppercase;
      margin: 10px auto;
			  }
    #trust-custom-product-card-2018 .trust-technology-description {
      font-size: 15px;
      margin: 10px auto;
      font-weight: 200;
      text-align: justify;
      line-height: 1.5em;
      max-width: 450px; }
  #trust-custom-product-card-2018 .trust-first-section .trust-flex-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #trust-custom-product-card-2018 .trust-second-section {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
       padding: 30px 0px;}
	 #trust-custom-product-card-2018 .trust-second-section.top {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}  
	   
    #trust-custom-product-card-2018 .trust-flex-container {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }
    #trust-custom-product-card-2018 .trust-second-section .trust-h1, #trust-custom-product-card-2018 .trust-second-section .trust-tagline {
      text-align: left; }
    #trust-custom-product-card-2018 .trust-second-section .trust-tagline {
      margin-bottom: 1.5em; }
  #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--first-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
    font-size: 0; }
  #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 10px; }
    #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item video {
      max-width: 500px;
      width: 100%; }
    #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item img {
      max-width: 100%;
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto; }
    #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item--03 {
      width: 21%; }
    #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item--04 {
      width: 79%; }
    #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item-container {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0; }
      #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item-container .trust-showcase--item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 280px;
           -moz-box-flex: 1;
            -ms-flex: 1 1 280px;
                flex: 1 1 280px;
        min-width: 280px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
                align-content: flex-start; }
        #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item-container .trust-showcase--item img {
          height: auto;
          width: auto;
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
             -moz-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          margin-bottom: 20px; }
        #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item-container .trust-showcase--item-last {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item-container .trust-showcase--item-last :nth-child(1) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 25%;
               -moz-box-flex: 0;
                -ms-flex: 0 1 25%;
                    flex: 0 1 25%;
            margin-right: 20px; }
          #trust-custom-product-card-2018 .trust-fourth-section .trust-showcase--item-container .trust-showcase--item-last :nth-child(2) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 280px;
               -moz-box-flex: 0;
                -ms-flex: 0 1 280px;
                    flex: 0 1 280px; }
  #trust-custom-product-card-2018 .trust-partner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: transparent;
    color: white;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 150px; }
  #trust-custom-product-card-2018 .trust-esl-partner {
    padding: 0 40px;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-position: center center; }
    #trust-custom-product-card-2018 .trust-esl-partner .trust-esl-logo {
      max-width: 108px;
      height: auto; }
    #trust-custom-product-card-2018 .trust-esl-partner .trust-esl-tagline span {
      display: block; }
    #trust-custom-product-card-2018 .trust-esl-partner .trust-esl-tagline .trust-first-line {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 24px; }
    #trust-custom-product-card-2018 .trust-esl-partner .trust-esl-tagline .trust-second-line {
      text-transform: uppercase;
      font-size: 18px; }

    #trust-custom-product-card-2018 .trust-specs-logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      height: 80px; }
    #trust-custom-product-card-2018 .trust-specs-logo img {
      max-width: 260px;
      max-height: 80px;
      display: inline-block; }
    #trust-custom-product-card-2018 .trust-specs-text {
      display: block;
      font-weight: normal;
      padding-top: 20px;
      font-size: 15px;
      font-style: italic;
      line-height: 1.5em; }
  #trust-custom-product-card-2018 .trust-product-showcase {
    margin-top: -120px; }
    #trust-custom-product-card-2018 .trust-product-showcase img {
      max-width: 100%; }
    #trust-custom-product-card-2018 .trust-product-showcase .trust-product-hero-photo {
      position: relative;
      display: inline-block;
      margin: 80px 0; }
      #trust-custom-product-card-2018 .trust-product-showcase .trust-product-hero-photo:last-of-type {
        margin-bottom: 0; }
      #trust-custom-product-card-2018 .trust-product-showcase .trust-product-hero-photo .trust-hero-1, #trust-custom-product-card-2018 .trust-product-showcase .trust-product-hero-photo .trust-showcase-3 {
        position: absolute;
        top: 0;
        left: 0; }
  #trust-custom-product-card-2018 .trust-slogan {
    text-transform: uppercase;
    font-weight: 200;
    margin-top: -25px;
    margin-bottom: 60px; }
  #trust-custom-product-card-2018 .trust-specs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

    #trust-custom-product-card-2018 .trust-specs-box {
      display: inline-block;
      vertical-align: middle;
      max-width: 390px;
      width: 90%; }
    #trust-custom-product-card-2018 .trust-specs-text {
      display: inline-block;
      font-size: 20px;
      font-weight: 200;
      vertical-align: middle;
      text-align: left;
      line-height: 2em; }
