.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-fb29a829-4ec3-4474-b2c3-6bb282d67995 {
  min-height: 50px;
}








#s-fb29a829-4ec3-4474-b2c3-6bb282d67995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb29a829-4ec3-4474-b2c3-6bb282d67995.shg-box.shg-c {
  justify-content: center;
}

#s-42d70067-6525-4b27-bb8d-d778b477bbf8 {
  background-image: url(https://i.shgcdn.com/fa77aadf-10d0-4835-97ee-b0503a5738ca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 650px;
background-position: center center;
}








#s-42d70067-6525-4b27-bb8d-d778b477bbf8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-42d70067-6525-4b27-bb8d-d778b477bbf8.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-bd819c3e-d9f5-4ee7-a592-6827e06d1893 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd819c3e-d9f5-4ee7-a592-6827e06d1893 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 60px;
  
  
  text-align: center;
}



#s-15ab0e7f-9f68-45e0-9a31-b5bd1a798553 {
  margin-top: 30px;
margin-bottom: 30px;
}








#s-15ab0e7f-9f68-45e0-9a31-b5bd1a798553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15ab0e7f-9f68-45e0-9a31-b5bd1a798553.shg-box.shg-c {
  justify-content: 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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-e7af8d24-06ae-4a28-a584-e4c0aba84127 {
  margin-left: 12%;
margin-right: 12%;
}

#s-2eef451f-a83a-48ee-9138-8755012f6b48 {
  min-height: 50px;
background-color: rgba(255, 219, 97, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2eef451f-a83a-48ee-9138-8755012f6b48 {
  display: none;
}
#s-2eef451f-a83a-48ee-9138-8755012f6b48, #wrap-s-2eef451f-a83a-48ee-9138-8755012f6b48 { display:none !important; }}@media (max-width: 767px){#s-2eef451f-a83a-48ee-9138-8755012f6b48 {
  display: none;
}
#s-2eef451f-a83a-48ee-9138-8755012f6b48, #wrap-s-2eef451f-a83a-48ee-9138-8755012f6b48 { display:none !important; }}







#s-2eef451f-a83a-48ee-9138-8755012f6b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eef451f-a83a-48ee-9138-8755012f6b48.shg-box.shg-c {
  justify-content: center;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9 {
  display: none;
}
#s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9, #wrap-s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9 { display:none !important; }}@media (max-width: 767px){#s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9 {
  display: none;
}
#s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9, #wrap-s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9 { display:none !important; }}



  #s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9 img.shogun-image {
    
    width: px;
  }


#s-30e1eba0-d0b0-4bee-a1f6-f5514e71a2a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6090c8-e122-4fd1-8edb-86ff66d51149 {
  border-style: solid;
margin-top: 60px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ef6090c8-e122-4fd1-8edb-86ff66d51149 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef6090c8-e122-4fd1-8edb-86ff66d51149 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef6090c8-e122-4fd1-8edb-86ff66d51149 {
  
}
}@media (max-width: 767px){#s-ef6090c8-e122-4fd1-8edb-86ff66d51149 {
  
}
}
#s-ef6090c8-e122-4fd1-8edb-86ff66d51149 .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Ubuntu";
  
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-e27aff0f-ad94-458a-aee0-2b6a0d9517f7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

.shg-c-xs-0_8,
.shg-c-xs-1,
.shg-c-xs-1_6,
.shg-c-xs-2,
.shg-c-xs-2_4,
.shg-c-xs-3,
.shg-c-xs-3_2,
.shg-c-xs-4,
.shg-c-xs-4_8,
.shg-c-xs-5,
.shg-c-xs-5_6,
.shg-c-xs-6,
.shg-c-xs-6_4,
.shg-c-xs-7,
.shg-c-xs-7_2,
.shg-c-xs-8,
.shg-c-xs-8_8,
.shg-c-xs-9,
.shg-c-xs-9_6,
.shg-c-xs-10,
.shg-c-xs-10_4,
.shg-c-xs-11,
.shg-c-xs-11_2,
.shg-c-xs-12,
.shg-c-sm-0_8,
.shg-c-sm-1,
.shg-c-sm-1_6,
.shg-c-sm-2,
.shg-c-sm-2_4,
.shg-c-sm-3,
.shg-c-sm-3_2,
.shg-c-sm-4,
.shg-c-sm-4_8,
.shg-c-sm-5,
.shg-c-sm-5_6,
.shg-c-sm-6,
.shg-c-sm-6_4,
.shg-c-sm-7,
.shg-c-sm-7_2,
.shg-c-sm-8,
.shg-c-sm-8_8,
.shg-c-sm-9,
.shg-c-sm-9_6,
.shg-c-sm-10,
.shg-c-sm-10_4,
.shg-c-sm-11,
.shg-c-sm-11_2,
.shg-c-sm-12,
.shg-c-md-0_8,
.shg-c-md-1,
.shg-c-md-1_6,
.shg-c-md-2,
.shg-c-md-2_4,
.shg-c-md-3,
.shg-c-md-3_2,
.shg-c-md-4,
.shg-c-md-4_8,
.shg-c-md-5,
.shg-c-md-5_6,
.shg-c-md-6,
.shg-c-md-6_4,
.shg-c-md-7,
.shg-c-md-7_2,
.shg-c-md-8,
.shg-c-md-8_8,
.shg-c-md-9,
.shg-c-md-9_6,
.shg-c-md-10,
.shg-c-md-10_4,
.shg-c-md-11,
.shg-c-md-11_2,
.shg-c-md-12,
.shg-c-lg-0_8,
.shg-c-lg-1,
.shg-c-lg-1_6,
.shg-c-lg-2,
.shg-c-lg-2_4,
.shg-c-lg-3,
.shg-c-lg-3_2,
.shg-c-lg-4,
.shg-c-lg-4_8,
.shg-c-lg-5,
.shg-c-lg-5_6,
.shg-c-lg-6,
.shg-c-lg-6_4,
.shg-c-lg-7,
.shg-c-lg-7_2,
.shg-c-lg-8,
.shg-c-lg-8_8,
.shg-c-lg-9,
.shg-c-lg-9_6,
.shg-c-lg-10,
.shg-c-lg-10_4,
.shg-c-lg-11,
.shg-c-lg-11_2,
.shg-c-lg-12 {
  position: relative;
}

#s-8b93a72e-2f43-4ce2-bf74-4f11731add9f {
  min-height: 650px;
}

@media (min-width: 0px) {
[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8b93a72e-2f43-4ce2-bf74-4f11731add9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c5481c64-cc19-451d-b3d0-b99c636ea949 {
  box-shadow:2px 1px 20px 1px rgba(168, 168, 168, 0);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 700px;
background-color: rgba(236, 236, 236, 1);
}








#s-c5481c64-cc19-451d-b3d0-b99c636ea949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5481c64-cc19-451d-b3d0-b99c636ea949.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2cfb7af2-1fe2-492e-896f-8086f1ff4d4f {
  text-align: center;
}




  #s-2cfb7af2-1fe2-492e-896f-8086f1ff4d4f img.shogun-image {
    
    width: px;
  }


#s-2cfb7af2-1fe2-492e-896f-8086f1ff4d4f .shogun-image-content {
  
    align-items: center;
  
}

#s-3a067f36-cd3f-4386-a943-ed0292cef1c5 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a067f36-cd3f-4386-a943-ed0292cef1c5 .shogun-heading-component h2 {
  color: rgba(36, 166, 154, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  
  font-size: 24px;
  
  
  text-align: center;
}



#s-89613d09-5d6a-40ec-9677-dc12e457eaaa {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 14px;
padding-right: 1%;
background-color: rgba(242, 255, 249, 0);
}

#s-4558b069-3745-4ae8-9ea9-6dae00945801 {
  box-shadow:2px 1px 20px 1px rgba(168, 168, 168, 0);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 700px;
background-color: rgba(236, 236, 236, 1);
}








#s-4558b069-3745-4ae8-9ea9-6dae00945801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4558b069-3745-4ae8-9ea9-6dae00945801.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6542f843-3620-4b36-8f2b-b4f1f8159c5f {
  text-align: center;
}




  #s-6542f843-3620-4b36-8f2b-b4f1f8159c5f img.shogun-image {
    
    width: px;
  }


#s-6542f843-3620-4b36-8f2b-b4f1f8159c5f .shogun-image-content {
  
    align-items: center;
  
}

#s-a00ab99b-62f1-4c7d-8830-72354acc83bc {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a00ab99b-62f1-4c7d-8830-72354acc83bc .shogun-heading-component h2 {
  color: rgba(36, 166, 154, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  
  font-size: 24px;
  
  
  text-align: center;
}



#s-93b75d3b-39ff-4d2d-ab4b-de43f7d46673 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 14px;
padding-right: 1%;
background-color: rgba(242, 255, 249, 0);
}

#s-73cf5c91-c95b-4503-9a51-b4e7111ac094 {
  box-shadow:0px 0px 0px 0px rgba(168, 168, 168, 0);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 700px;
background-color: rgba(236, 236, 236, 1);
}








#s-73cf5c91-c95b-4503-9a51-b4e7111ac094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73cf5c91-c95b-4503-9a51-b4e7111ac094.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bd471b7-3e7d-481f-86de-0c0832644c48 {
  text-align: center;
}




  #s-4bd471b7-3e7d-481f-86de-0c0832644c48 img.shogun-image {
    
    width: px;
  }


#s-4bd471b7-3e7d-481f-86de-0c0832644c48 .shogun-image-content {
  
    align-items: center;
  
}

#s-62c25d90-9683-4c18-86d1-e213ce39fe42 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62c25d90-9683-4c18-86d1-e213ce39fe42 .shogun-heading-component h2 {
  color: rgba(36, 166, 154, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  
  font-size: 24px;
  
  
  text-align: center;
}



#s-f5782cab-e45f-4db3-9ac9-7f1f9a986a23 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 14px;
padding-right: 1%;
background-color: rgba(242, 255, 249, 0);
}

#s-a0e59cc7-faac-4cde-a66e-2c4bbd83f420 {
  border-style: solid;
margin-top: 60px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a0e59cc7-faac-4cde-a66e-2c4bbd83f420 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0e59cc7-faac-4cde-a66e-2c4bbd83f420 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0e59cc7-faac-4cde-a66e-2c4bbd83f420 {
  
}
}@media (max-width: 767px){#s-a0e59cc7-faac-4cde-a66e-2c4bbd83f420 {
  
}
}
#s-a0e59cc7-faac-4cde-a66e-2c4bbd83f420 .shogun-heading-component h3 {
  color: rgba(36, 166, 154, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: center;
}



.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.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-ee6218e5-1783-4288-8086-d33553ae992d {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 1);
border-radius: 8px;
min-height: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ee6218e5-1783-4288-8086-d33553ae992d: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: rgba(255, 255, 255, 1) !important;
border-radius: 6px !important;
background-color: rgba(36, 166, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 0, 0, 1) !important;}#s-ee6218e5-1783-4288-8086-d33553ae992d: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: 0px !important;
background-color: rgba(36, 166, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ee6218e5-1783-4288-8086-d33553ae992d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-66b486b5-42ff-4429-a3fe-e592c02bfd45 {
  border-style: solid;
margin-top: 100px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-66b486b5-42ff-4429-a3fe-e592c02bfd45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66b486b5-42ff-4429-a3fe-e592c02bfd45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66b486b5-42ff-4429-a3fe-e592c02bfd45 {
  
}
}@media (max-width: 767px){#s-66b486b5-42ff-4429-a3fe-e592c02bfd45 {
  
}
}
#s-66b486b5-42ff-4429-a3fe-e592c02bfd45 .shogun-heading-component h1 {
  color: #000;
  
  font-family: "Ubuntu";
  
  font-size: 44px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-e58fe72d-7c08-4c78-8318-1a3f41cbf075 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-618710b3-5276-4c74-b64b-20a51f72f90c {
  margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
background-color: rgba(238, 238, 238, 1);
}

@media (min-width: 0px) {
[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-618710b3-5276-4c74-b64b-20a51f72f90c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8afba77d-7fee-4c84-b6bf-54110eab40f7 {
  margin-top: 80px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8afba77d-7fee-4c84-b6bf-54110eab40f7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Ubuntu";
  
  font-size: 40px;
  
  
  text-align: left;
}



#s-7770d7bd-01db-4c17-ab2d-4320e2c085b0 {
  margin-left: 40px;
margin-right: 40px;
}

#s-304929f9-67e8-4b20-9922-0a288a70599b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 1);
border-radius: 8px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-304929f9-67e8-4b20-9922-0a288a70599b: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: rgba(255, 255, 255, 1) !important;
border-radius: 6px !important;
background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 0, 0, 1) !important;}#s-304929f9-67e8-4b20-9922-0a288a70599b: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: 6px !important;
background-color: rgba(36, 166, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-304929f9-67e8-4b20-9922-0a288a70599b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-dfb19b43-5531-448a-8232-ba4b89938a83 {
  text-align: center;
}




  #s-dfb19b43-5531-448a-8232-ba4b89938a83 img.shogun-image {
    
    width: px;
  }


#s-dfb19b43-5531-448a-8232-ba4b89938a83 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2bcc8db-cf6c-4a41-81a7-11aff46889d0 {
  min-height: 50px;
}








#s-e2bcc8db-cf6c-4a41-81a7-11aff46889d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2bcc8db-cf6c-4a41-81a7-11aff46889d0.shg-box.shg-c {
  justify-content: center;
}

#s-3a3409eb-5c31-4411-aeca-1a6a96ea178f {
  min-height: 50px;
}








#s-3a3409eb-5c31-4411-aeca-1a6a96ea178f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a3409eb-5c31-4411-aeca-1a6a96ea178f.shg-box.shg-c {
  justify-content: center;
}

#s-2c4807c6-003a-439b-bf44-5b914fc6c7e6 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2c4807c6-003a-439b-bf44-5b914fc6c7e6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-28782a08-5df0-412b-8745-c395f77de61a {
  min-height: 50px;
}








#s-28782a08-5df0-412b-8745-c395f77de61a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28782a08-5df0-412b-8745-c395f77de61a.shg-box.shg-c {
  justify-content: center;
}

#s-cc825bed-d30b-453f-a28a-88bccc19c7b1 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cc825bed-d30b-453f-a28a-88bccc19c7b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7f49b349-a38e-4bb8-b827-c734e8fdc19a {
  text-align: center;
}




  #s-7f49b349-a38e-4bb8-b827-c734e8fdc19a img.shogun-image {
    
    width: px;
  }


#s-7f49b349-a38e-4bb8-b827-c734e8fdc19a .shogun-image-content {
  
    align-items: center;
  
}

#s-eea8ec6d-be10-4fc1-999c-3531330a5ff8 {
  margin-bottom: 0px;
}

#s-668083eb-f3e1-4833-80e9-a262a1f1134d {
  text-align: center;
}




  #s-668083eb-f3e1-4833-80e9-a262a1f1134d img.shogun-image {
    
    width: px;
  }


#s-668083eb-f3e1-4833-80e9-a262a1f1134d .shogun-image-content {
  
    align-items: center;
  
}

#s-af960c02-effa-4b58-950a-9fa992cf50fc {
  margin-bottom: 0px;
}

#s-1b74fd2c-68b6-4b40-b546-5f519537095b {
  text-align: center;
}




  #s-1b74fd2c-68b6-4b40-b546-5f519537095b img.shogun-image {
    
    width: px;
  }


#s-1b74fd2c-68b6-4b40-b546-5f519537095b .shogun-image-content {
  
    align-items: center;
  
}

#s-656640b7-2b66-4ab2-a330-14ecc4fb3b29 {
  margin-bottom: 0px;
}

#s-52eec1f5-469d-4a36-b24f-fbc4af3f4a41 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-52eec1f5-469d-4a36-b24f-fbc4af3f4a41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52eec1f5-469d-4a36-b24f-fbc4af3f4a41.shg-box.shg-c {
  justify-content: center;
}

#s-022c93a6-4892-498b-99d0-74315e18b590 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-022c93a6-4892-498b-99d0-74315e18b590"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c9d72ade-54da-49bf-8d72-f35361d1ce96 {
  text-align: center;
}




  #s-c9d72ade-54da-49bf-8d72-f35361d1ce96 img.shogun-image {
    
    width: px;
  }


#s-c9d72ade-54da-49bf-8d72-f35361d1ce96 .shogun-image-content {
  
    align-items: center;
  
}

#s-65b5769b-a7fa-4da8-a1ac-2ff6db3c0e78 {
  margin-bottom: 0px;
}

#s-9f90836b-c778-4aad-9211-e03f4fa0ca2e {
  text-align: center;
}




  #s-9f90836b-c778-4aad-9211-e03f4fa0ca2e img.shogun-image {
    
    width: px;
  }


#s-9f90836b-c778-4aad-9211-e03f4fa0ca2e .shogun-image-content {
  
    align-items: center;
  
}

#s-ce1c7477-61e0-45ca-8e0f-4d766e686999 {
  margin-bottom: 0px;
}

#s-afe397de-6d3e-4c09-ab23-bbefdc3155a1 {
  text-align: center;
}




  #s-afe397de-6d3e-4c09-ab23-bbefdc3155a1 img.shogun-image {
    
    width: px;
  }


#s-afe397de-6d3e-4c09-ab23-bbefdc3155a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bae207e-9bbe-4ac5-be8f-2e8aa967b4b1 {
  margin-bottom: 0px;
}

#s-56528bad-e39b-4bcc-a7c6-492a159bbfeb {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-56528bad-e39b-4bcc-a7c6-492a159bbfeb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  
  font-size: 40px;
  
  
  text-align: left;
}



#s-f2c24c6c-4445-4c40-a187-65397bdeac30 {
  margin-left: 40px;
margin-right: 40px;
}

#s-a37e9072-8879-4b61-b211-ecd6a3ffba64 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 1);
border-radius: 8px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a37e9072-8879-4b61-b211-ecd6a3ffba64: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: rgba(255, 255, 255, 1) !important;
border-radius: 6px !important;
background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 0, 0, 1) !important;}#s-a37e9072-8879-4b61-b211-ecd6a3ffba64:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYzZjAyMjktZjUwNy00MDljLWFlYjgtYzlkZWVlOTYxOWYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjE1OTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNmI3NzM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhmM2YwMjI5LWY1MDctNDA5Yy1hZWI4LWM5ZGVlZTk2MTlmMSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
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: 6px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0.1590909090909091, "color"=>"#b6b773"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}


#s-a37e9072-8879-4b61-b211-ecd6a3ffba64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-89c6def4-7fd8-4ece-ac54-9457be7cadc4 {
  background-color: rgba(236, 236, 236, 1);
}

@media (min-width: 0px) {
[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-89c6def4-7fd8-4ece-ac54-9457be7cadc4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e4cf957e-c72c-41e6-97d3-14be2fab9c46 {
  min-height: 500px;
}








#s-e4cf957e-c72c-41e6-97d3-14be2fab9c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4cf957e-c72c-41e6-97d3-14be2fab9c46.shg-box.shg-c {
  justify-content: center;
}

#s-962de151-d00f-487e-9ef4-c45034f14455 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-962de151-d00f-487e-9ef4-c45034f14455 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  
  font-size: 40px;
  
  
  text-align: left;
}



#s-b7cfb155-5457-4a02-b3d9-83973ddd8069 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ab9a70ea-7453-4252-b812-e38f609d7f9f {
  text-align: center;
}




  #s-ab9a70ea-7453-4252-b812-e38f609d7f9f img.shogun-image {
    
    width: px;
  }


#s-ab9a70ea-7453-4252-b812-e38f609d7f9f .shogun-image-content {
  
    align-items: center;
  
}

#s-50b29495-e0d4-4369-b2ae-2a653541c520 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 500px;
background-color: rgba(36, 166, 154, 1);
}
@media (max-width: 767px){#s-50b29495-e0d4-4369-b2ae-2a653541c520 {
  display: none;
}
#s-50b29495-e0d4-4369-b2ae-2a653541c520, #wrap-s-50b29495-e0d4-4369-b2ae-2a653541c520 { display:none !important; }}







#s-50b29495-e0d4-4369-b2ae-2a653541c520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50b29495-e0d4-4369-b2ae-2a653541c520.shg-box.shg-c {
  justify-content: flex-start;
}

.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;
  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;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-9df8187d-5c8a-4c45-99e7-b4ead71a2101 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9df8187d-5c8a-4c45-99e7-b4ead71a2101 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9df8187d-5c8a-4c45-99e7-b4ead71a2101 .shg-sld-nav-button.shg-sld-left,
#s-9df8187d-5c8a-4c45-99e7-b4ead71a2101 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-cd53682c-5a37-418d-9b5b-dab44152f690"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-7b878471-35e6-4f13-84bd-7ad9341aa256 {
  text-align: left;
}




  #s-7b878471-35e6-4f13-84bd-7ad9341aa256 img.shogun-image {
    
    width: px;
  }


#s-7b878471-35e6-4f13-84bd-7ad9341aa256 .shogun-image-content {
  
    align-items: center;
  
}

#s-a92333f5-3797-414c-b9cc-c99965cb5bbc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f785168-034b-4f7d-81d2-b5a9c04f02cc {
  text-align: left;
}




  #s-9f785168-034b-4f7d-81d2-b5a9c04f02cc img.shogun-image {
    
    width: px;
  }


#s-9f785168-034b-4f7d-81d2-b5a9c04f02cc .shogun-image-content {
  
    align-items: center;
  
}

#s-b6ff3905-4e55-44da-821e-cbc32eb993c3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6ca43b0d-bf9e-4103-8218-62f9bcc1b440 {
  text-align: left;
}




  #s-6ca43b0d-bf9e-4103-8218-62f9bcc1b440 img.shogun-image {
    
    width: px;
  }


#s-6ca43b0d-bf9e-4103-8218-62f9bcc1b440 .shogun-image-content {
  
    align-items: center;
  
}

#s-f28942a2-638b-438c-8ffa-1353dd80ccbe {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-7ae26c46-491a-44e4-8f96-9dc455f6942f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-78357f73-3779-48bb-8230-5f75e98f6e83 {
  text-align: left;
}




  #s-78357f73-3779-48bb-8230-5f75e98f6e83 img.shogun-image {
    
    width: px;
  }


#s-78357f73-3779-48bb-8230-5f75e98f6e83 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba175080-7f3c-4573-bb04-fd3b19c02b33 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-586c212b-fa2d-4f45-9200-3270fc86e889 {
  text-align: left;
}




  #s-586c212b-fa2d-4f45-9200-3270fc86e889 img.shogun-image {
    
    width: px;
  }


#s-586c212b-fa2d-4f45-9200-3270fc86e889 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3f3e0c7-1260-4e71-98f9-cc8ede85ba30 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d7ca0115-c1ab-4427-850e-6452883d1464 {
  text-align: left;
}




  #s-d7ca0115-c1ab-4427-850e-6452883d1464 img.shogun-image {
    
    width: px;
  }


#s-d7ca0115-c1ab-4427-850e-6452883d1464 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbbb388e-ada4-4e10-be79-1b222f92ff23 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-311da85b-5666-44b6-933c-24b24c1fe679 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-311da85b-5666-44b6-933c-24b24c1fe679"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-13cce835-05da-44d6-8c81-e26b9c626b58 {
  margin-left: 35px;
margin-right: 35px;
}

#s-25493a6b-a7e8-4738-a82d-5faf2e4b8fc5 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}




  #s-25493a6b-a7e8-4738-a82d-5faf2e4b8fc5 img.shogun-image {
    
    width: px;
  }


#s-25493a6b-a7e8-4738-a82d-5faf2e4b8fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c2ab608-4048-416b-beb6-63ccc4346cc5 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c2ab608-4048-416b-beb6-63ccc4346cc5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Ubuntu";
  
  font-size: 32px;
  
  
  text-align: left;
}



#s-60337bd8-6696-45ad-af93-de4ff44df846 {
  margin-left: 0px;
margin-right: 0px;
}

#s-8a0b957a-c9a0-4c68-a749-1429a935ed79 {
  text-align: left;
}




  #s-8a0b957a-c9a0-4c68-a749-1429a935ed79 img.shogun-image {
    
    width: px;
  }


#s-8a0b957a-c9a0-4c68-a749-1429a935ed79 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa1a8e4f-9ba1-42b9-8561-927c1706a51b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-923dcde1-54e4-4bd1-a8f4-9b0053a3e08c {
  text-align: left;
}




  #s-923dcde1-54e4-4bd1-a8f4-9b0053a3e08c img.shogun-image {
    
    width: px;
  }


#s-923dcde1-54e4-4bd1-a8f4-9b0053a3e08c .shogun-image-content {
  
    align-items: center;
  
}

#s-ec08c155-4342-4977-ab96-0c5df6295f3e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87284818-5ef4-4572-bf7e-d656d6ebdafc {
  min-height: 50px;
}








#s-87284818-5ef4-4572-bf7e-d656d6ebdafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87284818-5ef4-4572-bf7e-d656d6ebdafc.shg-box.shg-c {
  justify-content: center;
}

#s-eda860da-4df6-446e-902e-6e4180f94dc5 {
  min-height: 50px;
}








#s-eda860da-4df6-446e-902e-6e4180f94dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eda860da-4df6-446e-902e-6e4180f94dc5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e99594ba-bba6-46e9-a225-5068bc1c876f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ca9c1bf4-aaa3-491c-be16-958430c6ebe6 {
  text-align: center;
}




  #s-ca9c1bf4-aaa3-491c-be16-958430c6ebe6 img.shogun-image {
    
    width: px;
  }


#s-ca9c1bf4-aaa3-491c-be16-958430c6ebe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-003922d9-b1cc-4996-9833-509b8097488d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 1);
border-radius: 8px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-003922d9-b1cc-4996-9833-509b8097488d: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: rgba(255, 255, 255, 1) !important;
border-radius: 6px !important;
background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 0, 0, 1) !important;}#s-003922d9-b1cc-4996-9833-509b8097488d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzIzZTA5N2QtOGYxNC00ODcwLTk4MTYtZGJjMDkxYWNmYWFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjE1OTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMyM2UwOTdkLThmMTQtNDg3MC05ODE2LWRiYzA5MWFjZmFhZikiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
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: 6px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0.1590909090909091, "color"=>"#000000"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}


#s-003922d9-b1cc-4996-9833-509b8097488d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-4961fb3f-e108-4754-907d-a3a2e4cf6933 {
  text-align: center;
}




  #s-4961fb3f-e108-4754-907d-a3a2e4cf6933 img.shogun-image {
    
    width: px;
  }


#s-4961fb3f-e108-4754-907d-a3a2e4cf6933 .shogun-image-content {
  
    align-items: center;
  
}

#s-47fdc744-474c-4654-a0e1-c9c3ad310250 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 1);
border-radius: 8px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-47fdc744-474c-4654-a0e1-c9c3ad310250: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: rgba(255, 255, 255, 1) !important;
border-radius: 6px !important;
background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 0, 0, 1) !important;}#s-47fdc744-474c-4654-a0e1-c9c3ad310250: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: 6px !important;
background-color: rgba(36, 166, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-47fdc744-474c-4654-a0e1-c9c3ad310250.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-d5a3f7ae-8ae3-4422-90c1-a97416fe3f2a {
  text-align: center;
}




  #s-d5a3f7ae-8ae3-4422-90c1-a97416fe3f2a img.shogun-image {
    
    width: px;
  }


#s-d5a3f7ae-8ae3-4422-90c1-a97416fe3f2a .shogun-image-content {
  
    align-items: center;
  
}

#s-fdcf63e7-cec3-4a58-9044-5444f03d6c91 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 1);
border-radius: 8px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fdcf63e7-cec3-4a58-9044-5444f03d6c91: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: rgba(255, 255, 255, 1) !important;
border-radius: 6px !important;
background-color: rgba(251, 251, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 0, 0, 1) !important;}#s-fdcf63e7-cec3-4a58-9044-5444f03d6c91: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: 6px !important;
background-color: rgba(36, 166, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fdcf63e7-cec3-4a58-9044-5444f03d6c91.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-0eb04e42-362d-444d-bb05-2de443bc0162 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb04e42-362d-444d-bb05-2de443bc0162 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  
  font-size: 44px;
  
  
  text-align: center;
}



#s-955ee58c-a189-4894-a079-65b1bc17373a {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-955ee58c-a189-4894-a079-65b1bc17373a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-955ee58c-a189-4894-a079-65b1bc17373a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-955ee58c-a189-4894-a079-65b1bc17373a {
  
}
}@media (max-width: 767px){#s-955ee58c-a189-4894-a079-65b1bc17373a {
  
}
}
#s-955ee58c-a189-4894-a079-65b1bc17373a .shogun-heading-component h4 {
  color: #000;
  
  font-family: "Ubuntu";
  
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-75bcee56-e162-4b6e-a53c-bfff3c97f028 {
  min-height: 50px;
}








#s-75bcee56-e162-4b6e-a53c-bfff3c97f028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75bcee56-e162-4b6e-a53c-bfff3c97f028.shg-box.shg-c {
  justify-content: center;
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 .shogun-form-box {
  padding: 10px;
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-302a1412-db8c-47c1-be09-b24cfe2fdc93 .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
.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;
}

#s-8459e52a-6bf6-42a4-ad76-c3f23b88e006 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8459e52a-6bf6-42a4-ad76-c3f23b88e006  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Ubuntu;
  
  
  
}

#s-8459e52a-6bf6-42a4-ad76-c3f23b88e006  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-8459e52a-6bf6-42a4-ad76-c3f23b88e006  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-8459e52a-6bf6-42a4-ad76-c3f23b88e006  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-8459e52a-6bf6-42a4-ad76-c3f23b88e006 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-8459e52a-6bf6-42a4-ad76-c3f23b88e006 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-6ff02c55-d956-49fa-85d1-23da00ca0552 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6ff02c55-d956-49fa-85d1-23da00ca0552  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Ubuntu;
  
  
  
}

#s-6ff02c55-d956-49fa-85d1-23da00ca0552  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-6ff02c55-d956-49fa-85d1-23da00ca0552  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-6ff02c55-d956-49fa-85d1-23da00ca0552  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-6ff02c55-d956-49fa-85d1-23da00ca0552 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-6ff02c55-d956-49fa-85d1-23da00ca0552 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-ab84f0f2-cd03-443d-8e9e-440436a29fec {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ab84f0f2-cd03-443d-8e9e-440436a29fec  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Ubuntu;
  
  
  
}

#s-ab84f0f2-cd03-443d-8e9e-440436a29fec  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-ab84f0f2-cd03-443d-8e9e-440436a29fec  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-ab84f0f2-cd03-443d-8e9e-440436a29fec  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-ab84f0f2-cd03-443d-8e9e-440436a29fec .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-ab84f0f2-cd03-443d-8e9e-440436a29fec .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb input {
  opacity: 0;
  position: absolute;
}

#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-f5dab87b-4bc2-4d61-bc80-0f1cf5c110fb input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-66619901-3097-4936-858d-3c0132ae415b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-66619901-3097-4936-858d-3c0132ae415b  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-66619901-3097-4936-858d-3c0132ae415b  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-66619901-3097-4936-858d-3c0132ae415b  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-66619901-3097-4936-858d-3c0132ae415b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-66619901-3097-4936-858d-3c0132ae415b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-66619901-3097-4936-858d-3c0132ae415b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 input {
  opacity: 0;
  position: absolute;
}

#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-feaf3e92-a7b7-4e34-a4ba-9c815538f809 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-f09a22a5-2900-4ce7-8e07-2a9ad86bdf09 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f09a22a5-2900-4ce7-8e07-2a9ad86bdf09  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-f09a22a5-2900-4ce7-8e07-2a9ad86bdf09  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-f09a22a5-2900-4ce7-8e07-2a9ad86bdf09  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-f09a22a5-2900-4ce7-8e07-2a9ad86bdf09  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-f09a22a5-2900-4ce7-8e07-2a9ad86bdf09 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-f09a22a5-2900-4ce7-8e07-2a9ad86bdf09 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a40e2ac6-48ef-4415-93f5-c39877aec747 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a40e2ac6-48ef-4415-93f5-c39877aec747  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-a40e2ac6-48ef-4415-93f5-c39877aec747  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a40e2ac6-48ef-4415-93f5-c39877aec747  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a40e2ac6-48ef-4415-93f5-c39877aec747  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a40e2ac6-48ef-4415-93f5-c39877aec747 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a40e2ac6-48ef-4415-93f5-c39877aec747 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a65c7ac1-d9c8-4454-949f-80ecf911c910 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a65c7ac1-d9c8-4454-949f-80ecf911c910  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-a65c7ac1-d9c8-4454-949f-80ecf911c910  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a65c7ac1-d9c8-4454-949f-80ecf911c910  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a65c7ac1-d9c8-4454-949f-80ecf911c910  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a65c7ac1-d9c8-4454-949f-80ecf911c910 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a65c7ac1-d9c8-4454-949f-80ecf911c910 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.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-ec420961-08ba-4f46-9766-6f694da50a2f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
font-size: 18px;
line-height: 1em;
font-family: Ubuntu;
font-weight: 500;
}
#s-ec420961-08ba-4f46-9766-6f694da50a2f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec420961-08ba-4f46-9766-6f694da50a2f:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-ec420961-08ba-4f46-9766-6f694da50a2f[disabled],
#s-ec420961-08ba-4f46-9766-6f694da50a2f[disabled]:hover,
#s-ec420961-08ba-4f46-9766-6f694da50a2f[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-ec420961-08ba-4f46-9766-6f694da50a2f {
  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;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);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);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);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{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);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);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);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;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%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{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%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{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%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{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%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{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;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity: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;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity: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;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{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;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{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;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{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;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{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;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{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;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{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;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{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;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;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%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;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;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;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;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{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%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{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%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{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%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{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%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{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%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{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%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{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{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{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{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{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%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity: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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;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;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;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;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;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;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;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;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;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;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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 {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

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

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