.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-14d9000c-c4b1-4505-afe3-23375ed40b4b {
  background-size: cover;
min-height: 900px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-14d9000c-c4b1-4505-afe3-23375ed40b4b {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14d9000c-c4b1-4505-afe3-23375ed40b4b {
  min-height: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14d9000c-c4b1-4505-afe3-23375ed40b4b {
  min-height: 500px;
}
}@media (max-width: 767px){#s-14d9000c-c4b1-4505-afe3-23375ed40b4b {
  min-height: 400px;
}
}







#s-14d9000c-c4b1-4505-afe3-23375ed40b4b > .shg-box-overlay {
  background-color: rgba(39, 39, 39, 1);
  opacity: 0.2;
}#s-14d9000c-c4b1-4505-afe3-23375ed40b4b {
  cursor: pointer;
}#s-14d9000c-c4b1-4505-afe3-23375ed40b4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ac019f0c-b5ea-43ad-8392-6a4311eb2f0f {
  margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
padding-top: 19px;
padding-bottom: 10px;
text-align: center;
}

#s-ac019f0c-b5ea-43ad-8392-6a4311eb2f0f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-7985be49-f480-4221-88bd-7c518608a9a2 {
  margin-top: -20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 31px;
margin-right: 10%;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
background-position: center center;
}
#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538:hover {background-color: rgba(12, 11, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(11, 11, 11, 1) !important;}@media (min-width: 1200px){#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538 {
  margin-top: 0px;
padding-top: 13px;
padding-left: 45px;
padding-bottom: 13px;
padding-right: 45px;
}
}

  #s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538-root {
    text-align: center;
  }


#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538-root {
    text-align: center;
  }


#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538-root {
    text-align: center;
  }


#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538-root {
    text-align: center;
  }


#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538-root {
    text-align: center;
  }


#s-9f5d589e-64e1-4aa1-a43b-6a481d3b9538.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-adc1cdbe-af99-462d-ba0c-a3c998f3ef88 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adc1cdbe-af99-462d-ba0c-a3c998f3ef88 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-729e5a81-021d-4e07-a09c-cbae8ab1903b {
  min-height: 50px;
}








#s-729e5a81-021d-4e07-a09c-cbae8ab1903b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-729e5a81-021d-4e07-a09c-cbae8ab1903b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-032223c0-0577-4078-9062-4a3525a56890 {
  padding-left: 11%;
padding-right: 11%;
}

@media (min-width: 0px) {
[id="s-032223c0-0577-4078-9062-4a3525a56890"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-032223c0-0577-4078-9062-4a3525a56890"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-032223c0-0577-4078-9062-4a3525a56890"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-032223c0-0577-4078-9062-4a3525a56890"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-032223c0-0577-4078-9062-4a3525a56890"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-032223c0-0577-4078-9062-4a3525a56890"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-032223c0-0577-4078-9062-4a3525a56890"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9bdab675-8394-4726-b019-b90e72b2c620 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-9bdab675-8394-4726-b019-b90e72b2c620 {
  margin-top: 0px;
margin-left: -8%;
margin-bottom: 0px;
margin-right: -8%;
min-height: 400px;
}
}







#s-9bdab675-8394-4726-b019-b90e72b2c620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bdab675-8394-4726-b019-b90e72b2c620 {
  cursor: pointer;
}#s-9bdab675-8394-4726-b019-b90e72b2c620.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-805d7f16-15c0-45d9-906b-68eb9b87ebef {
  margin-top: 51px;
margin-bottom: 51px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 600px;
background-color: rgba(45, 45, 45, 1);
}
@media (max-width: 767px){#s-805d7f16-15c0-45d9-906b-68eb9b87ebef {
  margin-left: -8%;
margin-right: -8%;
min-height: 400px;
}
}







#s-805d7f16-15c0-45d9-906b-68eb9b87ebef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805d7f16-15c0-45d9-906b-68eb9b87ebef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74c772b8-5575-40a4-866e-417048bec040 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74c772b8-5575-40a4-866e-417048bec040 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0a00e299-5424-4c52-b849-cf66c5f94f60 {
  margin-top: 6px;
margin-left: 13%;
margin-bottom: 6px;
margin-right: 13%;
padding-top: 8px;
padding-bottom: 8px;
}

#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(8, 8, 8, 1);
}
#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2-root {
    text-align: center;
  }


#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2-root {
    text-align: center;
  }


#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2-root {
    text-align: center;
  }


#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2-root {
    text-align: center;
  }


#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2-root {
    text-align: center;
  }


#s-ae5d6312-1b4b-4b38-8476-87a615c4e4b2.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-689573b2-e732-4abb-abc6-2756065fe5a0 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-689573b2-e732-4abb-abc6-2756065fe5a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-39d5233a-5519-4303-9913-5ccba5cb1ddf {
  margin-top: -15px;
margin-bottom: -15px;
}

@media (min-width: 1200px){#s-45b823ff-08dd-44a1-a503-e781da7a4b44 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45b823ff-08dd-44a1-a503-e781da7a4b44 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-45b823ff-08dd-44a1-a503-e781da7a4b44 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-45b823ff-08dd-44a1-a503-e781da7a4b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b823ff-08dd-44a1-a503-e781da7a4b44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f455546b-0a50-4586-87b2-6cd9a0a2e2a3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-f455546b-0a50-4586-87b2-6cd9a0a2e2a3 {
  margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-f455546b-0a50-4586-87b2-6cd9a0a2e2a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f455546b-0a50-4586-87b2-6cd9a0a2e2a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f455546b-0a50-4586-87b2-6cd9a0a2e2a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f455546b-0a50-4586-87b2-6cd9a0a2e2a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-4a2a6dba-443f-4b09-b6b1-980178e74b2c {
  max-width: 700px;
aspect-ratio: 700/950;
text-align: center;
}
@media (max-width: 767px){#s-4a2a6dba-443f-4b09-b6b1-980178e74b2c {
  margin-left: 0px;
margin-right: 0px;
}
}




  #s-4a2a6dba-443f-4b09-b6b1-980178e74b2c img.shogun-image,
  #s-4a2a6dba-443f-4b09-b6b1-980178e74b2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a2a6dba-443f-4b09-b6b1-980178e74b2c {
    width: 100%;
    height: auto;
  }



  #s-4a2a6dba-443f-4b09-b6b1-980178e74b2c img.shogun-image {
    

    
    
    
  }


#s-4a2a6dba-443f-4b09-b6b1-980178e74b2c .shogun-image-content {
  
    align-items: center;
  
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-84982ad1-1d4a-425d-b73c-32e3fa1a8f40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84982ad1-1d4a-425d-b73c-32e3fa1a8f40 .shg-product-title-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Bodoni Moda;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-d2a28ab0-a0fd-4491-b0f3-1f3764389ef7 {
  text-align: left;
}

#s-d2a28ab0-a0fd-4491-b0f3-1f3764389ef7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d2a28ab0-a0fd-4491-b0f3-1f3764389ef7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-d2a28ab0-a0fd-4491-b0f3-1f3764389ef7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3245f4d3-5d37-44c2-bb11-45d95c82304c {
  text-align: center;
}
@media (max-width: 767px){#s-3245f4d3-5d37-44c2-bb11-45d95c82304c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}






  #s-3245f4d3-5d37-44c2-bb11-45d95c82304c img.shogun-image {
    

    
    
    
  }


#s-3245f4d3-5d37-44c2-bb11-45d95c82304c .shogun-image-content {
  
    align-items: center;
  
}

#s-304a3398-0abe-457d-a2a5-201dfa2cc9d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-304a3398-0abe-457d-a2a5-201dfa2cc9d8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Bodoni Moda;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-a57c4643-9160-4848-a64e-6c33f32e7270 {
  text-align: left;
}

#s-a57c4643-9160-4848-a64e-6c33f32e7270 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a57c4643-9160-4848-a64e-6c33f32e7270 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a57c4643-9160-4848-a64e-6c33f32e7270 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2a17c0b9-6f5c-4901-9dce-acef1324db2d {
  text-align: center;
}
@media (max-width: 767px){#s-2a17c0b9-6f5c-4901-9dce-acef1324db2d {
  margin-left: 0px;
margin-right: 0px;
}
}






  #s-2a17c0b9-6f5c-4901-9dce-acef1324db2d img.shogun-image {
    

    
    
    
  }


#s-2a17c0b9-6f5c-4901-9dce-acef1324db2d .shogun-image-content {
  
    align-items: center;
  
}

#s-47bf18e5-cbe7-4bea-951b-5e1e3878bf1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47bf18e5-cbe7-4bea-951b-5e1e3878bf1b .shg-product-title-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Bodoni Moda;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-fbc71f6d-445c-4f62-8ac5-ef98c76482c1 {
  text-align: left;
}

#s-fbc71f6d-445c-4f62-8ac5-ef98c76482c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fbc71f6d-445c-4f62-8ac5-ef98c76482c1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-fbc71f6d-445c-4f62-8ac5-ef98c76482c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b6b7a2d0-ffc6-47ac-aa7a-c4d014c11de5 {
  margin-right: -1px;
text-align: center;
}
@media (max-width: 767px){#s-b6b7a2d0-ffc6-47ac-aa7a-c4d014c11de5 {
  margin-left: 0px;
margin-right: 0px;
}
}






  #s-b6b7a2d0-ffc6-47ac-aa7a-c4d014c11de5 img.shogun-image {
    

    
    
    
  }


#s-b6b7a2d0-ffc6-47ac-aa7a-c4d014c11de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-58b162e7-57ba-445f-9e9c-8c2ef1ad013e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58b162e7-57ba-445f-9e9c-8c2ef1ad013e .shg-product-title-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Bodoni Moda;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-aff4fc8c-0c20-4e35-a429-e0aaca749e23 {
  text-align: left;
}

#s-aff4fc8c-0c20-4e35-a429-e0aaca749e23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aff4fc8c-0c20-4e35-a429-e0aaca749e23 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-aff4fc8c-0c20-4e35-a429-e0aaca749e23 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c0b0c20-2127-4d13-8d27-21fc028bda98 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1c0b0c20-2127-4d13-8d27-21fc028bda98 {
  display: none;
}
#s-1c0b0c20-2127-4d13-8d27-21fc028bda98, #wrap-s-1c0b0c20-2127-4d13-8d27-21fc028bda98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c0b0c20-2127-4d13-8d27-21fc028bda98 {
  display: none;
}
#s-1c0b0c20-2127-4d13-8d27-21fc028bda98, #wrap-s-1c0b0c20-2127-4d13-8d27-21fc028bda98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c0b0c20-2127-4d13-8d27-21fc028bda98 {
  display: none;
}
#s-1c0b0c20-2127-4d13-8d27-21fc028bda98, #wrap-s-1c0b0c20-2127-4d13-8d27-21fc028bda98 { display: none !important; }}@media (max-width: 767px){#s-1c0b0c20-2127-4d13-8d27-21fc028bda98 {
  min-height: 250px;
display: none;
}
#s-1c0b0c20-2127-4d13-8d27-21fc028bda98, #wrap-s-1c0b0c20-2127-4d13-8d27-21fc028bda98 { display: none !important; }}







#s-1c0b0c20-2127-4d13-8d27-21fc028bda98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0b0c20-2127-4d13-8d27-21fc028bda98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52a1bb8b-9224-427c-b385-4227f41786f3 {
  background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-52a1bb8b-9224-427c-b385-4227f41786f3 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-52a1bb8b-9224-427c-b385-4227f41786f3 {
  min-height: 400px;
}
}







#s-52a1bb8b-9224-427c-b385-4227f41786f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52a1bb8b-9224-427c-b385-4227f41786f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d53c92e0-bb16-4ac8-b0e6-17e42960dc5c {
  min-height: 50px;
}








#s-d53c92e0-bb16-4ac8-b0e6-17e42960dc5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d53c92e0-bb16-4ac8-b0e6-17e42960dc5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2568736f-852f-4670-ba88-1a25d998ddf3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2568736f-852f-4670-ba88-1a25d998ddf3 {
  
}
}
#s-2568736f-852f-4670-ba88-1a25d998ddf3 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 120px;
  line-height: 0.8em;
  
  text-align: center;
}


@media (max-width: 767px){#s-2568736f-852f-4670-ba88-1a25d998ddf3 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 59px;
  line-height: 0.8em;
  
  text-align: center;
}


}
#s-3e2f5c41-0553-407a-95d6-22d4ced90e14 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e2f5c41-0553-407a-95d6-22d4ced90e14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e2f5c41-0553-407a-95d6-22d4ced90e14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e2f5c41-0553-407a-95d6-22d4ced90e14 {
  
}
}@media (max-width: 767px){#s-3e2f5c41-0553-407a-95d6-22d4ced90e14 {
  
}
}







#s-3e2f5c41-0553-407a-95d6-22d4ced90e14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e2f5c41-0553-407a-95d6-22d4ced90e14.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-176b7ee1-f5c7-4e21-a677-4402e16aee77 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-176b7ee1-f5c7-4e21-a677-4402e16aee77 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-176b7ee1-f5c7-4e21-a677-4402e16aee77 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-176b7ee1-f5c7-4e21-a677-4402e16aee77 {
  
}
}@media (max-width: 767px){#s-176b7ee1-f5c7-4e21-a677-4402e16aee77 {
  
}
}







#s-176b7ee1-f5c7-4e21-a677-4402e16aee77 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-176b7ee1-f5c7-4e21-a677-4402e16aee77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38d8d2e7-386f-4237-b400-137192dacbc7 {
  min-height: 50px;
background-color: rgba(248, 248, 250, 1);
}
@media (max-width: 767px){#s-38d8d2e7-386f-4237-b400-137192dacbc7 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-38d8d2e7-386f-4237-b400-137192dacbc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d8d2e7-386f-4237-b400-137192dacbc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a417228-ec51-4507-9105-86f7170d3c6e {
  margin-top: 100px;
margin-left: 200px;
margin-bottom: 50px;
margin-right: 200px;
}
@media (min-width: 1200px){#s-4a417228-ec51-4507-9105-86f7170d3c6e {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a417228-ec51-4507-9105-86f7170d3c6e {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a417228-ec51-4507-9105-86f7170d3c6e {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-4a417228-ec51-4507-9105-86f7170d3c6e {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-4a417228-ec51-4507-9105-86f7170d3c6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a417228-ec51-4507-9105-86f7170d3c6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a417228-ec51-4507-9105-86f7170d3c6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a417228-ec51-4507-9105-86f7170d3c6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f534a5f3-a54b-4136-ae00-ae561bdaffd4 {
  min-height: 48px;
}
@media (min-width: 1200px){#s-f534a5f3-a54b-4136-ae00-ae561bdaffd4 {
  padding-left: 20px;
padding-right: 0px;
min-height: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f534a5f3-a54b-4136-ae00-ae561bdaffd4 {
  padding-left: 18px;
}
}@media (max-width: 767px){#s-f534a5f3-a54b-4136-ae00-ae561bdaffd4 {
  margin-bottom: 0px;
}
}







#s-f534a5f3-a54b-4136-ae00-ae561bdaffd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f534a5f3-a54b-4136-ae00-ae561bdaffd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bc353dd-917a-44da-a73f-d30fa65ad234 {
  margin-top: 25%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0bc353dd-917a-44da-a73f-d30fa65ad234 {
  margin-top: -140px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0bc353dd-917a-44da-a73f-d30fa65ad234 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.9em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0bc353dd-917a-44da-a73f-d30fa65ad234 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 51px;
  line-height: 0.9em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-0bc353dd-917a-44da-a73f-d30fa65ad234 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 68px;
  line-height: 0.9em;
  
  text-align: left;
}


}
#s-75bc55d5-029d-4ed0-bc8d-a961f3921ebe {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-75bc55d5-029d-4ed0-bc8d-a961f3921ebe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 41px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75bc55d5-029d-4ed0-bc8d-a961f3921ebe {
  margin-left: 0px;
margin-right: 22px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75bc55d5-029d-4ed0-bc8d-a961f3921ebe {
  margin-right: 15px;
}
}@media (max-width: 767px){#s-75bc55d5-029d-4ed0-bc8d-a961f3921ebe {
  margin-top: 4px;
margin-bottom: 8%;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
}
#s-e12ac1f3-6356-4ad0-a200-76b505d98fed {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e12ac1f3-6356-4ad0-a200-76b505d98fed {
  margin-top: 10px;
margin-left: 16px;
margin-bottom: 10px;
margin-right: 16px;
padding-top: 12px;
padding-left: 38px;
padding-bottom: 12px;
padding-right: 38px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: #252525;
text-decoration: none;
}
#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e12ac1f3-6356-4ad0-a200-76b505d98fed {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: #252525;
text-decoration: none;
}
#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (max-width: 767px){#s-e12ac1f3-6356-4ad0-a200-76b505d98fed {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 14px;
padding-left: 82px;
padding-bottom: 14px;
padding-right: 82px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: #252525;
text-align: center;
text-decoration: none;
display: none;
}
#s-e12ac1f3-6356-4ad0-a200-76b505d98fed, #wrap-s-e12ac1f3-6356-4ad0-a200-76b505d98fed { display: none !important; }#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e12ac1f3-6356-4ad0-a200-76b505d98fed:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-e12ac1f3-6356-4ad0-a200-76b505d98fed-root {
    text-align: left;
  }


#s-e12ac1f3-6356-4ad0-a200-76b505d98fed.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e12ac1f3-6356-4ad0-a200-76b505d98fed-root {
    text-align: left;
  }


#s-e12ac1f3-6356-4ad0-a200-76b505d98fed.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e12ac1f3-6356-4ad0-a200-76b505d98fed-root {
    text-align: left;
  }


#s-e12ac1f3-6356-4ad0-a200-76b505d98fed.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e12ac1f3-6356-4ad0-a200-76b505d98fed-root {
    text-align: left;
  }


#s-e12ac1f3-6356-4ad0-a200-76b505d98fed.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e12ac1f3-6356-4ad0-a200-76b505d98fed-root {
    text-align: center;
  }


#s-e12ac1f3-6356-4ad0-a200-76b505d98fed.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-1ea02973-aead-40d3-aaa9-3230c19faea4 {
  box-shadow:0px 0px 0px 0px rgba(233, 233, 233, 1);
border-style: solid;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1ea02973-aead-40d3-aaa9-3230c19faea4 {
  padding-left: 0px;
padding-right: 0px;
min-height: 200px;
}
}







#s-1ea02973-aead-40d3-aaa9-3230c19faea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ea02973-aead-40d3-aaa9-3230c19faea4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0bb485af-c6d0-4d77-b633-7db83198d4f0 {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-0bb485af-c6d0-4d77-b633-7db83198d4f0 {
  margin-top: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bb485af-c6d0-4d77-b633-7db83198d4f0 {
  margin-top: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bb485af-c6d0-4d77-b633-7db83198d4f0 {
  margin-top: 15%;
}
}
#s-0bb485af-c6d0-4d77-b633-7db83198d4f0 .shogun-icon-wrapper {
  text-align: center;
}


#s-0bb485af-c6d0-4d77-b633-7db83198d4f0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-008fdad9-5ab3-478a-a2ad-1f4409b98df5 {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-1d49a665-d72c-448a-a170-ff0ae3fbc2b8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-55f1265e-a3d5-4cf0-b616-30ba90305889 {
  box-shadow:0px 0px 0px 0px rgba(233, 233, 233, 1);
border-style: solid;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-55f1265e-a3d5-4cf0-b616-30ba90305889 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 200px;
}
}







#s-55f1265e-a3d5-4cf0-b616-30ba90305889 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-55f1265e-a3d5-4cf0-b616-30ba90305889.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-55f1265e-a3d5-4cf0-b616-30ba90305889 > .shg-box-overlay {
  background-color: rgba(27, 27, 27, 1);
  opacity: 0;
}#s-55f1265e-a3d5-4cf0-b616-30ba90305889.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-3e307c2e-bf89-4f72-b88b-f3488322cd1f {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3e307c2e-bf89-4f72-b88b-f3488322cd1f {
  margin-top: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e307c2e-bf89-4f72-b88b-f3488322cd1f {
  margin-top: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e307c2e-bf89-4f72-b88b-f3488322cd1f {
  margin-top: 15%;
}
}
#s-3e307c2e-bf89-4f72-b88b-f3488322cd1f .shogun-icon-wrapper {
  text-align: center;
}


#s-3e307c2e-bf89-4f72-b88b-f3488322cd1f .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-43968ba5-b0b3-4716-9ac4-a9e8a200497d {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-365528ed-4abd-42cb-b2a8-411924935e2f {
  margin-left: 20px;
margin-right: 20px;
}

#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74 {
  box-shadow:0px 0px 0px 0px rgba(233, 233, 233, 1);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74 {
  display: none;
}
#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74, #wrap-s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74 { display: none !important; }}







#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-da2b8f0b-df6b-4dec-b85e-9abb1ea14f74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d52e24f-0ef7-46f0-8698-ec62a2ed5a0d {
  box-shadow:0px 0px 0px 0px rgba(233, 233, 233, 1);
border-style: solid;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4d52e24f-0ef7-46f0-8698-ec62a2ed5a0d {
  min-height: 200px;
}
}







#s-4d52e24f-0ef7-46f0-8698-ec62a2ed5a0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d52e24f-0ef7-46f0-8698-ec62a2ed5a0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df928f75-4fd2-47ca-af0a-a34a837a23a7 {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-df928f75-4fd2-47ca-af0a-a34a837a23a7 {
  margin-top: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df928f75-4fd2-47ca-af0a-a34a837a23a7 {
  margin-top: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df928f75-4fd2-47ca-af0a-a34a837a23a7 {
  margin-top: 15%;
}
}
#s-df928f75-4fd2-47ca-af0a-a34a837a23a7 .shogun-icon-wrapper {
  text-align: center;
}


#s-df928f75-4fd2-47ca-af0a-a34a837a23a7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-36b9625e-b0da-433e-9a4c-94e56ef91530 {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-9659be4f-0853-4299-ae6a-9e416cc7888c {
  margin-left: 20px;
margin-right: 20px;
}

#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca {
  display: none;
}
#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca, #wrap-s-a1f0b07c-f8f2-4635-9300-cce6d86059ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca {
  display: none;
}
#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca, #wrap-s-a1f0b07c-f8f2-4635-9300-cce6d86059ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca {
  display: none;
}
#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca, #wrap-s-a1f0b07c-f8f2-4635-9300-cce6d86059ca { display: none !important; }}@media (max-width: 767px){#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca {
  margin-top: 21px;
margin-bottom: 21px;
padding-top: 10px;
padding-bottom: 10px;
}
}

  #s-a1f0b07c-f8f2-4635-9300-cce6d86059ca-root {
    text-align: center;
  }


#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1f0b07c-f8f2-4635-9300-cce6d86059ca-root {
    text-align: center;
  }


#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1f0b07c-f8f2-4635-9300-cce6d86059ca-root {
    text-align: center;
  }


#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1f0b07c-f8f2-4635-9300-cce6d86059ca-root {
    text-align: center;
  }


#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1f0b07c-f8f2-4635-9300-cce6d86059ca-root {
    text-align: center;
  }


#s-a1f0b07c-f8f2-4635-9300-cce6d86059ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 1200px){#s-a7c29525-af92-4bf0-bf11-bc9277072adc {
  margin-top: 0px;
margin-bottom: 44px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7c29525-af92-4bf0-bf11-bc9277072adc {
  margin-top: 0px;
margin-bottom: 46px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7c29525-af92-4bf0-bf11-bc9277072adc {
  padding-bottom: 60px;
}
}@media (max-width: 767px){#s-a7c29525-af92-4bf0-bf11-bc9277072adc {
  display: none;
}
#s-a7c29525-af92-4bf0-bf11-bc9277072adc, #wrap-s-a7c29525-af92-4bf0-bf11-bc9277072adc { display: none !important; }}
#s-a7c29525-af92-4bf0-bf11-bc9277072adc hr {
  border-top: 2px solid #ddd;
}

#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 {
  min-height: 550px;
}
@media (min-width: 1200px){#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 {
  display: none;
}
#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59, #wrap-s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 {
  display: none;
}
#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59, #wrap-s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 {
  display: none;
}
#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59, #wrap-s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 { display: none !important; }}@media (max-width: 767px){#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 400px;
}
}







#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2ede229-e35d-4c70-bae0-8d3bec8f1a59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03428fd2-2c22-4fbc-b3f9-ed9c4466c2a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-03428fd2-2c22-4fbc-b3f9-ed9c4466c2a6 {
  
}
}
#s-03428fd2-2c22-4fbc-b3f9-ed9c4466c2a6 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 120px;
  line-height: 0.8em;
  
  text-align: center;
}


@media (max-width: 767px){#s-03428fd2-2c22-4fbc-b3f9-ed9c4466c2a6 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 59px;
  line-height: 0.8em;
  
  text-align: center;
}


}
#s-5d55995a-326d-46e4-9ebe-728e82549a27 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5d55995a-326d-46e4-9ebe-728e82549a27 {
  margin-left: 0px;
margin-bottom: 360px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-5d55995a-326d-46e4-9ebe-728e82549a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d55995a-326d-46e4-9ebe-728e82549a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-484fe75b-5d01-48d8-b314-9b41d6b7a480 {
  margin-top: 0px;
margin-left: 200px;
margin-bottom: 70px;
margin-right: 200px;
}
@media (min-width: 1200px){#s-484fe75b-5d01-48d8-b314-9b41d6b7a480 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-484fe75b-5d01-48d8-b314-9b41d6b7a480 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-484fe75b-5d01-48d8-b314-9b41d6b7a480 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-484fe75b-5d01-48d8-b314-9b41d6b7a480 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-484fe75b-5d01-48d8-b314-9b41d6b7a480"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-cc7430fe-c74b-45cb-8105-e7425851f4df {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-cc7430fe-c74b-45cb-8105-e7425851f4df {
  margin-top: 0px;
margin-bottom: -320px;
}
}
@media (min-width: 0px) {
[id="s-cc7430fe-c74b-45cb-8105-e7425851f4df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc7430fe-c74b-45cb-8105-e7425851f4df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cc7430fe-c74b-45cb-8105-e7425851f4df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc7430fe-c74b-45cb-8105-e7425851f4df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-0078e5fb-2f18-40f4-9b7d-e6593a0c9980 {
  min-height: 550px;
}
@media (max-width: 767px){#s-0078e5fb-2f18-40f4-9b7d-e6593a0c9980 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
display: none;
}
#s-0078e5fb-2f18-40f4-9b7d-e6593a0c9980, #wrap-s-0078e5fb-2f18-40f4-9b7d-e6593a0c9980 { display: none !important; }}







#s-0078e5fb-2f18-40f4-9b7d-e6593a0c9980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0078e5fb-2f18-40f4-9b7d-e6593a0c9980.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a92ac5a0-544b-4fb7-8e77-48e72d3ae008 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
}
@media (max-width: 767px){#s-a92ac5a0-544b-4fb7-8e77-48e72d3ae008 {
  margin-top: 0px;
min-height: 400px;
}
}
#s-a92ac5a0-544b-4fb7-8e77-48e72d3ae008 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a92ac5a0-544b-4fb7-8e77-48e72d3ae008 .shg-sld-nav-button.shg-sld-left,
#s-a92ac5a0-544b-4fb7-8e77-48e72d3ae008 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-91140307-bf1c-47de-9c51-342952b0580e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-91140307-bf1c-47de-9c51-342952b0580e {
  min-height: 400px;
}
}







#s-91140307-bf1c-47de-9c51-342952b0580e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91140307-bf1c-47de-9c51-342952b0580e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-857702fb-d69c-4c88-a04d-f8791877cee3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-857702fb-d69c-4c88-a04d-f8791877cee3 {
  min-height: 400px;
}
}







#s-857702fb-d69c-4c88-a04d-f8791877cee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857702fb-d69c-4c88-a04d-f8791877cee3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f82eb84-4ff4-4ab0-b828-a31f08ce40a2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-8f82eb84-4ff4-4ab0-b828-a31f08ce40a2 {
  min-height: 400px;
}
}







#s-8f82eb84-4ff4-4ab0-b828-a31f08ce40a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f82eb84-4ff4-4ab0-b828-a31f08ce40a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30f74417-9ad3-4ae3-b8a6-5d3a8a42e35b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-30f74417-9ad3-4ae3-b8a6-5d3a8a42e35b {
  margin-top: 0px;
margin-right: 0px;
min-height: 400px;
}
}







#s-30f74417-9ad3-4ae3-b8a6-5d3a8a42e35b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30f74417-9ad3-4ae3-b8a6-5d3a8a42e35b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 {
  display: none;
}
#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0, #wrap-s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 {
  display: none;
}
#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0, #wrap-s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 {
  display: none;
}
#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0, #wrap-s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 { display: none !important; }}@media (max-width: 767px){#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
}
}

  #s-8afcf259-df92-484e-931c-cf8a2ffdb9a0-root {
    text-align: center;
  }


#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8afcf259-df92-484e-931c-cf8a2ffdb9a0-root {
    text-align: center;
  }


#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8afcf259-df92-484e-931c-cf8a2ffdb9a0-root {
    text-align: center;
  }


#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8afcf259-df92-484e-931c-cf8a2ffdb9a0-root {
    text-align: center;
  }


#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8afcf259-df92-484e-931c-cf8a2ffdb9a0-root {
    text-align: center;
  }


#s-8afcf259-df92-484e-931c-cf8a2ffdb9a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1bfabe1-3835-4e04-a570-2e4b2e6dad86 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (max-width: 767px){#s-c1bfabe1-3835-4e04-a570-2e4b2e6dad86 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-c1bfabe1-3835-4e04-a570-2e4b2e6dad86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1bfabe1-3835-4e04-a570-2e4b2e6dad86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 {
  margin-top: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 {
  margin-top: 15%;
}
}@media (max-width: 767px){#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 {
  margin-top: -16%;
margin-left: 0px;
margin-bottom: -32px;
}
}
#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 54px;
  line-height: 0.9em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.9em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 56px;
  line-height: 0.9em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 47px;
  line-height: 0.9em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-4346c6c3-bed2-4d0a-9b0b-aca2d191bc62 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 68px;
  line-height: 0.9em;
  letter-spacing: 0px;
  text-align: left;
}


}
@media (min-width: 1200px){#s-0d93ca81-9744-4f12-805e-e5945d287cd7 {
  margin-left: 0%;
margin-right: 8%;
padding-left: 0px;
padding-right: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d93ca81-9744-4f12-805e-e5945d287cd7 {
  margin-left: 0px;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d93ca81-9744-4f12-805e-e5945d287cd7 {
  margin-left: 0%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0d93ca81-9744-4f12-805e-e5945d287cd7 {
  margin-top: 13%;
margin-left: 0%;
margin-bottom: 6%;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
}
}
#s-77f54a1c-3f24-4121-b781-a29f095e2962 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
background-color: #252525;
text-decoration: none;
}
#s-77f54a1c-3f24-4121-b781-a29f095e2962:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77f54a1c-3f24-4121-b781-a29f095e2962:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-77f54a1c-3f24-4121-b781-a29f095e2962 {
  margin-top: 18px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 82px;
padding-bottom: 14px;
padding-right: 82px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: #252525;
text-align: center;
text-decoration: none;
display: none;
}
#s-77f54a1c-3f24-4121-b781-a29f095e2962, #wrap-s-77f54a1c-3f24-4121-b781-a29f095e2962 { display: none !important; }#s-77f54a1c-3f24-4121-b781-a29f095e2962:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77f54a1c-3f24-4121-b781-a29f095e2962:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-77f54a1c-3f24-4121-b781-a29f095e2962.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-77f54a1c-3f24-4121-b781-a29f095e2962.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-77f54a1c-3f24-4121-b781-a29f095e2962.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-77f54a1c-3f24-4121-b781-a29f095e2962.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77f54a1c-3f24-4121-b781-a29f095e2962-root {
    text-align: center;
  }


#s-77f54a1c-3f24-4121-b781-a29f095e2962.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b095cd41-41b7-4921-ae69-68bde0735009 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-b095cd41-41b7-4921-ae69-68bde0735009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b095cd41-41b7-4921-ae69-68bde0735009.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd1ac3ba-64b4-482f-832e-027789231999 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd1ac3ba-64b4-482f-832e-027789231999 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 120px;
  line-height: 0.8em;
  
  text-align: center;
}


@media (max-width: 767px){#s-bd1ac3ba-64b4-482f-832e-027789231999 .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.8em;
  
  text-align: center;
}


}
#s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90 {
  margin-top: 48px;
margin-right: 8%;
min-height: 0px;
}
@media (min-width: 1200px){#s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90 {
  margin-left: 8%;
}
}
@media (min-width: 0px) {
[id="s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef7ec44c-24d3-4f2b-bc18-c44260b6cc90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-8327aaf0-db58-4968-9f17-773f0e606413 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8327aaf0-db58-4968-9f17-773f0e606413 {
  margin-top: -120px;
margin-left: 5%;
margin-bottom: 1px;
margin-right: 5%;
}
}
#s-8327aaf0-db58-4968-9f17-773f0e606413 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 66px;
  line-height: 1em;
  
  text-align: left;
}



#s-98d113e6-ae02-46f0-b575-db93b7ba4af1 {
  margin-top: 149px;
margin-left: 200px;
margin-bottom: 61px;
margin-right: 200px;
}
@media (min-width: 1200px){#s-98d113e6-ae02-46f0-b575-db93b7ba4af1 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98d113e6-ae02-46f0-b575-db93b7ba4af1 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98d113e6-ae02-46f0-b575-db93b7ba4af1 {
  margin-top: 20px;
margin-left: 17%;
margin-right: -12px;
}
}@media (max-width: 767px){#s-98d113e6-ae02-46f0-b575-db93b7ba4af1 {
  margin-top: 0px;
margin-left: 16px;
margin-bottom: 0px;
margin-right: 28px;
padding-top: 10px;
padding-left: 16px;
padding-bottom: 10px;
padding-right: 16px;
}
}
#s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4 {
  margin-top: 40px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4 {
  margin-top: 40px;
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 33px;
margin-right: 5%;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4 {
  margin-left: 13px;
margin-right: 13px;
}
}
@media (min-width: 0px) {
[id="s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-d6233b7b-9861-4b9c-8fc4-816f5f87dbc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-e2246ac7-ae6f-48c2-bf5e-688f4d471f1d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-e2246ac7-ae6f-48c2-bf5e-688f4d471f1d {
  min-height: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2246ac7-ae6f-48c2-bf5e-688f4d471f1d {
  min-height: 400px;
}
}







#s-e2246ac7-ae6f-48c2-bf5e-688f4d471f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2246ac7-ae6f-48c2-bf5e-688f4d471f1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdccd9e5-bf3c-4442-a672-fe1c57211166 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdccd9e5-bf3c-4442-a672-fe1c57211166 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-a353619c-42f5-4e3f-8fc7-7e283f116fef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-a353619c-42f5-4e3f-8fc7-7e283f116fef {
  min-height: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a353619c-42f5-4e3f-8fc7-7e283f116fef {
  min-height: 400px;
}
}







#s-a353619c-42f5-4e3f-8fc7-7e283f116fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a353619c-42f5-4e3f-8fc7-7e283f116fef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf28626f-73c6-4082-8c0e-30a8179b8fb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf28626f-73c6-4082-8c0e-30a8179b8fb2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ced610e5-f1a7-499d-8ff2-e2c23c62660d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-ced610e5-f1a7-499d-8ff2-e2c23c62660d {
  min-height: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ced610e5-f1a7-499d-8ff2-e2c23c62660d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-ced610e5-f1a7-499d-8ff2-e2c23c62660d {
  margin-top: 5px;
}
}







#s-ced610e5-f1a7-499d-8ff2-e2c23c62660d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ced610e5-f1a7-499d-8ff2-e2c23c62660d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-276f6d2b-1504-4ca6-ae57-40a9582c3bf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-276f6d2b-1504-4ca6-ae57-40a9582c3bf7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-db42770d-bdcb-46c4-bbf5-718e38579c35 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-db42770d-bdcb-46c4-bbf5-718e38579c35 {
  min-height: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db42770d-bdcb-46c4-bbf5-718e38579c35 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-db42770d-bdcb-46c4-bbf5-718e38579c35 {
  margin-top: 5px;
}
}







#s-db42770d-bdcb-46c4-bbf5-718e38579c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db42770d-bdcb-46c4-bbf5-718e38579c35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ca8001-6a5c-4bd2-b523-d8aaa25f08aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09ca8001-6a5c-4bd2-b523-d8aaa25f08aa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 90px;
padding-bottom: 15px;
padding-right: 90px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2 {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 11px;
padding-left: 40px;
padding-bottom: 11px;
padding-right: 40px;
}
}

  #s-9b8cf916-a54c-44ad-bc72-5d5723d168f2-root {
    text-align: center;
  }


#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b8cf916-a54c-44ad-bc72-5d5723d168f2-root {
    text-align: center;
  }


#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b8cf916-a54c-44ad-bc72-5d5723d168f2-root {
    text-align: center;
  }


#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b8cf916-a54c-44ad-bc72-5d5723d168f2-root {
    text-align: center;
  }


#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b8cf916-a54c-44ad-bc72-5d5723d168f2-root {
    text-align: center;
  }


#s-9b8cf916-a54c-44ad-bc72-5d5723d168f2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-cdaaf95e-5fcc-4e51-9b90-2f6d6085e128 {
  min-height: 500px;
background-color: rgba(255, 242, 242, 1);
}
@media (min-width: 1200px){#s-cdaaf95e-5fcc-4e51-9b90-2f6d6085e128 {
  margin-top: 0px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdaaf95e-5fcc-4e51-9b90-2f6d6085e128 {
  min-height: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdaaf95e-5fcc-4e51-9b90-2f6d6085e128 {
  min-height: 700px;
}
}@media (max-width: 767px){#s-cdaaf95e-5fcc-4e51-9b90-2f6d6085e128 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 1000px;
}
}







#s-cdaaf95e-5fcc-4e51-9b90-2f6d6085e128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdaaf95e-5fcc-4e51-9b90-2f6d6085e128.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b021ced-5b46-4257-97c0-ec46a0e2d6cc {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-2b021ced-5b46-4257-97c0-ec46a0e2d6cc {
  margin-top: -80px;
margin-bottom: 0px;
}
}
#s-2b021ced-5b46-4257-97c0-ec46a0e2d6cc .shogun-icon-wrapper {
  text-align: left;
}


#s-2b021ced-5b46-4257-97c0-ec46a0e2d6cc .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9d287f0e-7cb4-4011-8ba3-47a28688a7e8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d287f0e-7cb4-4011-8ba3-47a28688a7e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 53px;
  line-height: 1em;
  
  text-align: left;
}



#s-256ffca5-b086-4b80-a81f-e797eca7e55e {
  margin-left: 10%;
margin-right: 10%;
}

#s-8db24da4-790c-4a67-8f94-d08c6e922e08 {
  margin-top: -37px;
margin-bottom: -37px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8db24da4-790c-4a67-8f94-d08c6e922e08 {
  min-height: 50px;
}
}@media (max-width: 767px){#s-8db24da4-790c-4a67-8f94-d08c6e922e08 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-8db24da4-790c-4a67-8f94-d08c6e922e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db24da4-790c-4a67-8f94-d08c6e922e08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6 {
  margin-top: -40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6 {
  margin-top: -40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6 {
  margin-top: -30px;
}
}@media (max-width: 767px){#s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6 {
  margin-top: -60px;
margin-left: 10px;
margin-bottom: -42px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.5px);
}

}

@media (min-width: 768px) {
[id="s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.75px);
}

}

@media (min-width: 992px) {
[id="s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.75px);
}

}

@media (min-width: 1200px) {
[id="s-e6784fa2-2e41-4fa2-b2bf-a26c02805ac6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.75px);
}

}

#s-a62cfbb4-fb0b-4277-91c3-0ff9513ecff3 {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a62cfbb4-fb0b-4277-91c3-0ff9513ecff3 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-a62cfbb4-fb0b-4277-91c3-0ff9513ecff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a62cfbb4-fb0b-4277-91c3-0ff9513ecff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2558ac62-9aad-4acd-bca6-cec6ef585ae9 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-2558ac62-9aad-4acd-bca6-cec6ef585ae9 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-2558ac62-9aad-4acd-bca6-cec6ef585ae9 .shogun-icon-wrapper {
  text-align: left;
}


#s-2558ac62-9aad-4acd-bca6-cec6ef585ae9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-54fc1bc7-1299-4001-8cd4-23cda3d57d39 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9f8122b9-ce60-4c0b-8d78-690e0509e3ff {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9f8122b9-ce60-4c0b-8d78-690e0509e3ff {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-9f8122b9-ce60-4c0b-8d78-690e0509e3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f8122b9-ce60-4c0b-8d78-690e0509e3ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5981d67-ca73-4364-9318-8bb179745dc1 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f5981d67-ca73-4364-9318-8bb179745dc1 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-f5981d67-ca73-4364-9318-8bb179745dc1 .shogun-icon-wrapper {
  text-align: left;
}


#s-f5981d67-ca73-4364-9318-8bb179745dc1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-8d2fbb8b-fc44-4e0a-a420-5751f6c8e1ac {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-6cbcada0-8ab5-49e7-b7c3-db7d0efa5783 {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6cbcada0-8ab5-49e7-b7c3-db7d0efa5783 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-6cbcada0-8ab5-49e7-b7c3-db7d0efa5783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cbcada0-8ab5-49e7-b7c3-db7d0efa5783.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc7f489a-f91e-4746-80db-ded52465627b {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-fc7f489a-f91e-4746-80db-ded52465627b {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-fc7f489a-f91e-4746-80db-ded52465627b .shogun-icon-wrapper {
  text-align: left;
}


#s-fc7f489a-f91e-4746-80db-ded52465627b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-4d9f6cca-b607-464f-9273-5190d33e68cd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-46854f70-4f5b-4616-9284-0c426130e4df {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-46854f70-4f5b-4616-9284-0c426130e4df {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-46854f70-4f5b-4616-9284-0c426130e4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46854f70-4f5b-4616-9284-0c426130e4df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94bce33c-21f9-40ad-a56f-5670258b2602 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-94bce33c-21f9-40ad-a56f-5670258b2602 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-94bce33c-21f9-40ad-a56f-5670258b2602 .shogun-icon-wrapper {
  text-align: left;
}


#s-94bce33c-21f9-40ad-a56f-5670258b2602 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-4cc13325-5fcc-427a-85b6-e77ed41691d9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-2394dbe8-bf9f-4cc8-9a43-60f980a23b3e {
  margin-top: 100px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2394dbe8-bf9f-4cc8-9a43-60f980a23b3e {
  margin-top: 100px;
margin-left: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-2394dbe8-bf9f-4cc8-9a43-60f980a23b3e .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 90px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-2394dbe8-bf9f-4cc8-9a43-60f980a23b3e .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 90px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-741ee39c-8722-42e0-8fde-9b0ac6ee29b7 {
  margin-left: 25%;
margin-right: 25%;
}
@media (min-width: 1200px){#s-741ee39c-8722-42e0-8fde-9b0ac6ee29b7 {
  margin-left: 30%;
margin-right: 30%;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-741ee39c-8722-42e0-8fde-9b0ac6ee29b7 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 7%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
}
}
#s-dc380ea6-c9d1-493f-9344-0fcf1027f8c9 {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-dc380ea6-c9d1-493f-9344-0fcf1027f8c9 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-466b575a-84a1-4f24-9632-635d32c85163 {
  min-height: 50px;
}








#s-466b575a-84a1-4f24-9632-635d32c85163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466b575a-84a1-4f24-9632-635d32c85163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e997ba83-6729-4b32-8042-e68a3093cf9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e997ba83-6729-4b32-8042-e68a3093cf9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.5px);
}

}

@media (min-width: 992px) {
[id="s-e997ba83-6729-4b32-8042-e68a3093cf9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.5px);
}

}

@media (min-width: 1200px) {
[id="s-e997ba83-6729-4b32-8042-e68a3093cf9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.5px);
}

}

#s-597632b6-6906-437b-8c9e-66415c349de5 {
  margin-top: -22px;
margin-left: -62px;
margin-bottom: -22px;
margin-right: -62px;
text-align: right;
}
@media (max-width: 767px){#s-597632b6-6906-437b-8c9e-66415c349de5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 61px;
display: none;
}
#s-597632b6-6906-437b-8c9e-66415c349de5, #wrap-s-597632b6-6906-437b-8c9e-66415c349de5 { display: none !important; }}






  #s-597632b6-6906-437b-8c9e-66415c349de5 img.shogun-image {
    

    
    
    
  }


#s-597632b6-6906-437b-8c9e-66415c349de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-766c1fc8-3792-4535-aa68-d89e081bb9eb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-766c1fc8-3792-4535-aa68-d89e081bb9eb {
  margin-top: -99px;
margin-bottom: -99px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-766c1fc8-3792-4535-aa68-d89e081bb9eb img.shogun-image {
    

    
    
    
  }


#s-766c1fc8-3792-4535-aa68-d89e081bb9eb .shogun-image-content {
  
    align-items: center;
  
}

#s-3ae4233a-12c3-4143-8421-df6af49a50ca {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3ae4233a-12c3-4143-8421-df6af49a50ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ae4233a-12c3-4143-8421-df6af49a50ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3ae4233a-12c3-4143-8421-df6af49a50ca {
  margin-top: 150px;
}
}

  #s-3ae4233a-12c3-4143-8421-df6af49a50ca-root {
    text-align: center;
  }


#s-3ae4233a-12c3-4143-8421-df6af49a50ca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ae4233a-12c3-4143-8421-df6af49a50ca-root {
    text-align: center;
  }


#s-3ae4233a-12c3-4143-8421-df6af49a50ca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ae4233a-12c3-4143-8421-df6af49a50ca-root {
    text-align: center;
  }


#s-3ae4233a-12c3-4143-8421-df6af49a50ca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ae4233a-12c3-4143-8421-df6af49a50ca-root {
    text-align: center;
  }


#s-3ae4233a-12c3-4143-8421-df6af49a50ca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ae4233a-12c3-4143-8421-df6af49a50ca-root {
    text-align: center;
  }


#s-3ae4233a-12c3-4143-8421-df6af49a50ca.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-a5976ef8-2769-4b22-a9a1-921cdbdc7fe0 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(248, 248, 250, 1);
}
@media (min-width: 1200px){#s-a5976ef8-2769-4b22-a9a1-921cdbdc7fe0 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-a5976ef8-2769-4b22-a9a1-921cdbdc7fe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5976ef8-2769-4b22-a9a1-921cdbdc7fe0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da91908e-0989-47a7-86d0-74ec7a12600b {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-da91908e-0989-47a7-86d0-74ec7a12600b {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-da91908e-0989-47a7-86d0-74ec7a12600b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-da91908e-0989-47a7-86d0-74ec7a12600b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-da91908e-0989-47a7-86d0-74ec7a12600b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-da91908e-0989-47a7-86d0-74ec7a12600b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a15f2e06-3544-41c1-be43-cc8bf68e730d {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
min-height: 250px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a15f2e06-3544-41c1-be43-cc8bf68e730d {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-a15f2e06-3544-41c1-be43-cc8bf68e730d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a15f2e06-3544-41c1-be43-cc8bf68e730d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5a25a13-d206-4da4-9acb-cc74033c207c {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-e5a25a13-d206-4da4-9acb-cc74033c207c {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-e5a25a13-d206-4da4-9acb-cc74033c207c {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-e5a25a13-d206-4da4-9acb-cc74033c207c .shogun-icon-wrapper {
  text-align: center;
}


#s-e5a25a13-d206-4da4-9acb-cc74033c207c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-9927e522-7594-416e-a5b0-2a82a5662e8a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-b052e7a3-ef72-4110-a189-c41eff1b5bb6 {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
min-height: 250px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b052e7a3-ef72-4110-a189-c41eff1b5bb6 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-b052e7a3-ef72-4110-a189-c41eff1b5bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b052e7a3-ef72-4110-a189-c41eff1b5bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c33e96f-0bcd-42f7-b5f8-d22da8e9447e {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-7c33e96f-0bcd-42f7-b5f8-d22da8e9447e {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-7c33e96f-0bcd-42f7-b5f8-d22da8e9447e {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-7c33e96f-0bcd-42f7-b5f8-d22da8e9447e .shogun-icon-wrapper {
  text-align: center;
}


#s-7c33e96f-0bcd-42f7-b5f8-d22da8e9447e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-e7682079-5b0c-4381-8f93-847e23c7a9b7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-71672d5f-416a-4b4c-b64b-49a539787574 {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-71672d5f-416a-4b4c-b64b-49a539787574 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-71672d5f-416a-4b4c-b64b-49a539787574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71672d5f-416a-4b4c-b64b-49a539787574.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f497608-f0cb-43e5-9544-3aeec8e9c901 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-2f497608-f0cb-43e5-9544-3aeec8e9c901 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-2f497608-f0cb-43e5-9544-3aeec8e9c901 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-2f497608-f0cb-43e5-9544-3aeec8e9c901 .shogun-icon-wrapper {
  text-align: center;
}


#s-2f497608-f0cb-43e5-9544-3aeec8e9c901 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-3966e4ae-ca37-4529-ae05-61b328bab6d0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-bab5841a-bb9f-4186-baf3-5f7ba2bec5b8 {
  box-shadow:1px 1px 40px 1px rgba(240, 240, 240, 1);
min-height: 250px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bab5841a-bb9f-4186-baf3-5f7ba2bec5b8 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-bab5841a-bb9f-4186-baf3-5f7ba2bec5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bab5841a-bb9f-4186-baf3-5f7ba2bec5b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1575fa39-989d-4a98-869d-7a8e9037aba5 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-1575fa39-989d-4a98-869d-7a8e9037aba5 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-1575fa39-989d-4a98-869d-7a8e9037aba5 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-1575fa39-989d-4a98-869d-7a8e9037aba5 .shogun-icon-wrapper {
  text-align: center;
}


#s-1575fa39-989d-4a98-869d-7a8e9037aba5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-5764bb73-6403-4014-b76a-6a226ac38df5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-782e4e29-1924-4f69-8bf0-3c90879444e4 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 1px;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (max-width: 767px){#s-782e4e29-1924-4f69-8bf0-3c90879444e4 {
  margin-bottom: -122px;
}
}
@media (min-width: 0px) {
[id="s-782e4e29-1924-4f69-8bf0-3c90879444e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-782e4e29-1924-4f69-8bf0-3c90879444e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-782e4e29-1924-4f69-8bf0-3c90879444e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-782e4e29-1924-4f69-8bf0-3c90879444e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-782e4e29-1924-4f69-8bf0-3c90879444e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-782e4e29-1924-4f69-8bf0-3c90879444e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-782e4e29-1924-4f69-8bf0-3c90879444e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1bf91030-9cd4-4dbc-b1d1-6a8170e5b18b {
  margin-left: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1bf91030-9cd4-4dbc-b1d1-6a8170e5b18b {
  margin-left: 2%;
}
}
#s-1bf91030-9cd4-4dbc-b1d1-6a8170e5b18b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 63px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-1bf91030-9cd4-4dbc-b1d1-6a8170e5b18b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 55px;
  
  
  text-align: left;
}


}
#s-d68399a7-fac0-490d-a759-7015ec353d16 {
  margin-top: 149px;
margin-left: 200px;
margin-bottom: 61px;
margin-right: 200px;
}
@media (min-width: 1200px){#s-d68399a7-fac0-490d-a759-7015ec353d16 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d68399a7-fac0-490d-a759-7015ec353d16 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d68399a7-fac0-490d-a759-7015ec353d16 {
  margin-top: 0px;
margin-left: 15%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d68399a7-fac0-490d-a759-7015ec353d16 {
  margin-top: 0px;
margin-left: 16px;
margin-bottom: 35px;
margin-right: 28px;
padding-top: 10px;
padding-left: 16px;
padding-bottom: 10px;
padding-right: 16px;
}
}
#s-8694706b-537f-455c-b89c-63090d0661f1 {
  margin-top: 10%;
margin-right: 15%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-8694706b-537f-455c-b89c-63090d0661f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8694706b-537f-455c-b89c-63090d0661f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8694706b-537f-455c-b89c-63090d0661f1-root {
    text-align: right;
  }


#s-8694706b-537f-455c-b89c-63090d0661f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8694706b-537f-455c-b89c-63090d0661f1-root {
    text-align: right;
  }


#s-8694706b-537f-455c-b89c-63090d0661f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8694706b-537f-455c-b89c-63090d0661f1-root {
    text-align: right;
  }


#s-8694706b-537f-455c-b89c-63090d0661f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8694706b-537f-455c-b89c-63090d0661f1-root {
    text-align: right;
  }


#s-8694706b-537f-455c-b89c-63090d0661f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8694706b-537f-455c-b89c-63090d0661f1-root {
    text-align: right;
  }


#s-8694706b-537f-455c-b89c-63090d0661f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-8ee175c2-8cb4-4be5-adb8-8be91c4b7f26 {
  text-align: left;
}
@media (min-width: 1200px){#s-8ee175c2-8cb4-4be5-adb8-8be91c4b7f26 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ee175c2-8cb4-4be5-adb8-8be91c4b7f26 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ee175c2-8cb4-4be5-adb8-8be91c4b7f26 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8ee175c2-8cb4-4be5-adb8-8be91c4b7f26 {
  margin-left: 8px;
margin-right: 8px;
}
}
[id="s-8ee175c2-8cb4-4be5-adb8-8be91c4b7f26"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 4px;
}

.shg-ig-posts-container {
  width: calc(100% + 4px) !important;
}

@media (min-width: 768px) {
  [id="s-8ee175c2-8cb4-4be5-adb8-8be91c4b7f26"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 4px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 4px) !important;
  }
}

#s-bd377138-1a8b-443f-ba84-a2678baeccd3 hr {
  border-top: 1px solid #ddd;
}

#s-425eab1c-64e7-4143-9db5-d745b1a6c1c2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-425eab1c-64e7-4143-9db5-d745b1a6c1c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-425eab1c-64e7-4143-9db5-d745b1a6c1c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-425eab1c-64e7-4143-9db5-d745b1a6c1c2 {
  
}
}@media (max-width: 767px){#s-425eab1c-64e7-4143-9db5-d745b1a6c1c2 {
  
}
}







#s-425eab1c-64e7-4143-9db5-d745b1a6c1c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-425eab1c-64e7-4143-9db5-d745b1a6c1c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f57f2ce7-1e58-4815-8c80-21395c701247 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-f57f2ce7-1e58-4815-8c80-21395c701247"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f57f2ce7-1e58-4815-8c80-21395c701247"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f57f2ce7-1e58-4815-8c80-21395c701247"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f57f2ce7-1e58-4815-8c80-21395c701247"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-6ffd0700-c11c-49ed-b047-918a18316562 .shogun-icon-wrapper {
  text-align: center;
}


#s-6ffd0700-c11c-49ed-b047-918a18316562 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-47d95170-904f-4bcf-992a-1544235f25a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-47d95170-904f-4bcf-992a-1544235f25a9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-fbc77a72-ac2f-48d3-8582-1d0571415e54 .shogun-icon-wrapper {
  text-align: center;
}


#s-fbc77a72-ac2f-48d3-8582-1d0571415e54 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-13b32312-623e-4f87-9dbe-87b89bd038e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-13b32312-623e-4f87-9dbe-87b89bd038e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-a2d0ee98-72bc-45fe-bc03-d604a35faee6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(41, 41, 41, 1);
}
@media (max-width: 767px){#s-a2d0ee98-72bc-45fe-bc03-d604a35faee6 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-a2d0ee98-72bc-45fe-bc03-d604a35faee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2d0ee98-72bc-45fe-bc03-d604a35faee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3ea7c284-17c5-4ea5-b650-30eb7003c3ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ea7c284-17c5-4ea5-b650-30eb7003c3ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ea7c284-17c5-4ea5-b650-30eb7003c3ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ea7c284-17c5-4ea5-b650-30eb7003c3ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-42a67a46-3249-46fc-8250-473cb43f0690 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-42a67a46-3249-46fc-8250-473cb43f0690 {
  margin-top: 22px;
}
}
#s-42a67a46-3249-46fc-8250-473cb43f0690 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-42a67a46-3249-46fc-8250-473cb43f0690 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


}@media (max-width: 767px){#s-42a67a46-3249-46fc-8250-473cb43f0690 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-ee0df0c6-0f62-4645-a1c3-0883fbf30516 {
  min-height: 200px;
}








#s-ee0df0c6-0f62-4645-a1c3-0883fbf30516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0df0c6-0f62-4645-a1c3-0883fbf30516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aba1859c-becb-4807-bf89-2ba5df1d2ba3 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-aba1859c-becb-4807-bf89-2ba5df1d2ba3 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(112, 194, 134, 1);
  font-family: Montserrat;
  font-weight: 600;
  
  
  
}

#s-aba1859c-becb-4807-bf89-2ba5df1d2ba3 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(112, 194, 134, 1);
}

#s-aba1859c-becb-4807-bf89-2ba5df1d2ba3 .shogun-form-error-msg-container, #s-aba1859c-becb-4807-bf89-2ba5df1d2ba3 .shogun-form-field-error-msg-container {
  display: none;
}

#s-aba1859c-becb-4807-bf89-2ba5df1d2ba3 .shogun-form-error-msg {
  font-size: ;
  font-style: ;
  color: rgba(238, 104, 93, 1);
  font-family: Montserrat;
  font-weight: 600;
  
  
  
}

#s-aba1859c-becb-4807-bf89-2ba5df1d2ba3 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(238, 104, 93, 1);
}

#s-e09d9e3e-5a69-414b-ba86-aca7e93f6945 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e09d9e3e-5a69-414b-ba86-aca7e93f6945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e09d9e3e-5a69-414b-ba86-aca7e93f6945"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e09d9e3e-5a69-414b-ba86-aca7e93f6945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e09d9e3e-5a69-414b-ba86-aca7e93f6945"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e09d9e3e-5a69-414b-ba86-aca7e93f6945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e09d9e3e-5a69-414b-ba86-aca7e93f6945"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e09d9e3e-5a69-414b-ba86-aca7e93f6945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

@media (min-width: 1200px){#s-2382c660-ccb6-4a1a-9883-3077da92e1e3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-2382c660-ccb6-4a1a-9883-3077da92e1e3  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(238, 233, 233, 1);
  border-radius: 0px;
  
  
  font-size: 17px;
  font-style: ;
  color: rgba(15, 14, 14, 1);
  font-family: Montserrat;
  font-weight: 200;
  line-height: 3.5em;
  letter-spacing: 0px;
}

#s-2382c660-ccb6-4a1a-9883-3077da92e1e3  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(15, 14, 14, 1);
  font-family: Montserrat;
  font-weight: ;
  
  
}


#s-2382c660-ccb6-4a1a-9883-3077da92e1e3 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(190, 186, 186, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(15, 14, 14, 1);
}



#s-2382c660-ccb6-4a1a-9883-3077da92e1e3 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(190, 186, 186, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(37, 48, 65, 1);
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8 {
  margin-top: 0px;
padding-top: 19px;
padding-left: 24px;
padding-bottom: 19px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 0px;
color: rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Montserrat;
font-weight: 800;
letter-spacing: 2px;
}
#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(240, 240, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(203, 242, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8 {
  margin-top: 9px;
text-align: left;
}
}
#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8[disabled],
#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8[disabled]:hover,
#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-ba7cdba5-bd2e-47b5-8c7c-81365aac93d8 {
  display:  inline-block ;
  width:  auto ;
}


@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
