/* Mixins */
/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
.paragraph--type--dynamics .icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  bottom: 20rem;
  width: 100%;
  padding-right: 2.9rem;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--dynamics .icon-info {
    bottom: 32rem;
  }
}
.paragraph--type--dynamics .icon-info .square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 0.9rem;
  background: #F6F6F6 0 0 no-repeat padding-box;
  height: 6.6rem;
  width: 7.2rem;
}
.paragraph--type--dynamics .icon-info .square span {
  text-align: center;
  color: #fd5312;
  background: #F6F6F6 0 0 no-repeat padding-box;
  border-radius: 0 0 6px 7px;
  width: 7.2rem;
  height: 6.6rem;
}
.paragraph--type--dynamics .icon-info .square svg {
  margin: 0 auto;
  height: 100%;
}
.paragraph--type--dynamics .icon-info .triangle {
  height: 0;
  width: 0;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #C5C5C5;
  position: relative;
  left: 0;
  bottom: 0.9rem;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--dynamics .body {
    -ms-flex-item-align: end;
    align-self: end;
  }
}
.paragraph--type--dynamics .summary {
  font-size: 3.1rem;
  line-height: 1.15 !important;
  color: white;
  margin-top: 2rem;
}
.paragraph--type--dynamics .summary h1:last-child,
.paragraph--type--dynamics .summary h2:last-child,
.paragraph--type--dynamics .summary h3:last-child,
.paragraph--type--dynamics .summary h4:last-child,
.paragraph--type--dynamics .summary h5:last-child,
.paragraph--type--dynamics .summary h6:last-child,
.paragraph--type--dynamics .summary p:last-child,
.paragraph--type--dynamics .summary ul:last-child,
.paragraph--type--dynamics .summary ol:last-child,
.paragraph--type--dynamics .summary dl:last-child,
.paragraph--type--dynamics .summary pre:last-child,
.paragraph--type--dynamics .summary address:last-child,
.paragraph--type--dynamics .summary fieldset:last-child,
.paragraph--type--dynamics .summary figure:last-child,
.paragraph--type--dynamics .summary table:last-child {
  margin-bottom: 0;
}
.paragraph--type--dynamics .summary ul > li,
.paragraph--type--dynamics .summary ol > li {
  padding-left: 0.2rem;
}
.paragraph--type--dynamics .title {
  color: #fd5312;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.4 !important;
  font-family: "Roboto-Bold", sans-serif !important;
}
.paragraph--type--dynamics .title h1:last-child,
.paragraph--type--dynamics .title h2:last-child,
.paragraph--type--dynamics .title h3:last-child,
.paragraph--type--dynamics .title h4:last-child,
.paragraph--type--dynamics .title h5:last-child,
.paragraph--type--dynamics .title h6:last-child,
.paragraph--type--dynamics .title p:last-child,
.paragraph--type--dynamics .title ul:last-child,
.paragraph--type--dynamics .title ol:last-child,
.paragraph--type--dynamics .title dl:last-child,
.paragraph--type--dynamics .title pre:last-child,
.paragraph--type--dynamics .title address:last-child,
.paragraph--type--dynamics .title fieldset:last-child,
.paragraph--type--dynamics .title figure:last-child,
.paragraph--type--dynamics .title table:last-child {
  margin-bottom: 0;
}
.paragraph--type--dynamics .link {
  margin-top: 2rem;
  text-align: left;
}
.paragraph--type--dynamics .link a {
  font-size: 1.8rem;
  line-height: 1.4 !important;
}
.paragraph--type--dynamics .layout-inner-container {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 6rem !important;
}
@media only screen and (max-width: 1199px) {
  .paragraph--type--dynamics .layout-inner-container {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .paragraph--type--dynamics .layout-inner-container {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3.3rem !important;
  }
}
.paragraph--type--dynamics .media-container {
  width: auto;
  border-radius: 0.8rem;
  height: 20rem;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--dynamics .media-container {
    width: auto;
    margin: 2.7rem;
    height: 40rem;
  }
}
.paragraph--type--dynamics .overlay.layout-inner-container {
  border-radius: 0.8rem;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 3rem 8.1rem 3rem 3.1rem !important;
  background: transparent -webkit-gradient(linear, left top, right top, from(black), to(transparent)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, black 0%, transparent 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, black 0%, transparent 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--dynamics .overlay.layout-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 8rem;
    height: 80%;
    width: auto;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(black), to(transparent)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(bottom, black 0%, transparent 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, black 0%, transparent 100%) 0% 0% no-repeat padding-box;
  }
}